Updated some sh*t
This commit is contained in:
parent
2dd95fd300
commit
9567ecedfa
3 changed files with 4 additions and 3 deletions
3
TODO.md
3
TODO.md
|
@ -6,4 +6,5 @@
|
||||||
- ~~Finish the EllieBot.Coordinator project~~ Done
|
- ~~Finish the EllieBot.Coordinator project~~ Done
|
||||||
- ~~Finish the EllieBot.Generators project~~ Done
|
- ~~Finish the EllieBot.Generators project~~ Done
|
||||||
- ~~Finish the EllieBot.Voice project~~ Done
|
- ~~Finish the EllieBot.Voice project~~ Done
|
||||||
- ~~Finish the EllieBot.VotesApi project~~ Done
|
- ~~Finish the EllieBot.VotesApi project~~ Done
|
||||||
|
- Fix the bugs in the Db system
|
|
@ -52,7 +52,7 @@ Name:"{app}\{#sysfolder}"; Permissions: everyone-modify
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
; for pretty install directory
|
; for pretty install directory
|
||||||
Name: "{app}\EllieBot"; Filename: "{app}\{#sysfolder}\EllieBot.exe"; IconFilename: "{app}\{#sysfolder}\nadeko_icon.ico"
|
Name: "{app}\EllieBot"; Filename: "{app}\{#sysfolder}\EllieBot.exe"; IconFilename: "{app}\{#sysfolder}\ellie_icon.ico"
|
||||||
Name: "{app}\creds"; Filename: "{app}\{#sysfolder}\creds.yml"
|
Name: "{app}\creds"; Filename: "{app}\{#sysfolder}\creds.yml"
|
||||||
Name: "{app}\data"; Filename: "{app}\{#sysfolder}\data"
|
Name: "{app}\data"; Filename: "{app}\{#sysfolder}\data"
|
||||||
|
|
||||||
|
|
|
@ -424,7 +424,7 @@ public partial class Utility
|
||||||
[RequireContext(ContextType.Guild)]
|
[RequireContext(ContextType.Guild)]
|
||||||
[UserPerm(GuildPerm.Administrator)]
|
[UserPerm(GuildPerm.Administrator)]
|
||||||
[Ratelimit(300)]
|
[Ratelimit(300)]
|
||||||
#if GLOBAL_NADEKO
|
#if GLOBAL_ELLIE
|
||||||
[OwnerOnly]
|
[OwnerOnly]
|
||||||
#endif
|
#endif
|
||||||
public async Task QuotesImport([Leftover] string? input = null)
|
public async Task QuotesImport([Leftover] string? input = null)
|
||||||
|
|
Loading…
Reference in a new issue