Removed a bunch of obsolete alises, command strings and commands

This commit is contained in:
Kwoth
2024-04-26 01:01:09 +00:00
parent 6bc8e4b7d2
commit eca4a14cb6
27 changed files with 17 additions and 911 deletions

View File

@@ -42,10 +42,8 @@ public abstract class NadekoContext : DbContext
public DbSet<DiscordUser> DiscordUser { get; set; }
public DbSet<MusicPlayerSettings> MusicPlayerSettings { get; set; }
public DbSet<Repeater> Repeaters { get; set; }
public DbSet<Poll> Poll { get; set; }
public DbSet<WaifuInfo> WaifuInfo { get; set; }
public DbSet<ImageOnlyChannel> ImageOnlyChannels { get; set; }
public DbSet<NsfwBlacklistedTag> NsfwBlacklistedTags { get; set; }
public DbSet<AutoTranslateChannel> AutoTranslateChannels { get; set; }
public DbSet<AutoTranslateUser> AutoTranslateUsers { get; set; }
@@ -285,12 +283,6 @@ public abstract class NadekoContext : DbContext
#endregion
#region Polls
modelBuilder.Entity<Poll>().HasIndex(x => x.GuildId).IsUnique();
#endregion
#region CurrencyTransactions
modelBuilder.Entity<CurrencyTransaction>(e =>
@@ -402,8 +394,6 @@ public abstract class NadekoContext : DbContext
modelBuilder.Entity<ImageOnlyChannel>(ioc => ioc.HasIndex(x => x.ChannelId).IsUnique());
modelBuilder.Entity<NsfwBlacklistedTag>(nbt => nbt.HasIndex(x => x.GuildId).IsUnique(false));
var atch = modelBuilder.Entity<AutoTranslateChannel>();
atch.HasIndex(x => x.GuildId).IsUnique(false);

View File

@@ -59,7 +59,6 @@ public static class ServiceCollectionExtensions
kernel.Bind<ITrackResolveProvider>().To<TrackResolveProvider>().InSingletonScope();
kernel.Bind<IYoutubeResolver>().To<YtdlYoutubeResolver>().InSingletonScope();
kernel.Bind<ISoundcloudResolver>().To<SoundcloudResolver>().InSingletonScope();
kernel.Bind<ILocalTrackResolver>().To<LocalTrackResolver>().InSingletonScope();
kernel.Bind<IRadioResolver>().To<RadioResolver>().InSingletonScope();
kernel.Bind<ITrackCacher>().To<TrackCacher>().InSingletonScope();

View File

@@ -418,8 +418,6 @@ typestop:
- typestop
typeadd:
- typeadd
pollend:
- pollend
pick:
- pick
plant:
@@ -434,8 +432,6 @@ choose:
- choose
rps:
- rps
linux:
- linux
next:
- next
- n
@@ -463,9 +459,6 @@ queuesearch:
- queuesearch
- qs
- yqs
soundcloudqueue:
- soundcloudqueue
- sq
listqueue:
- listqueue
- lq
@@ -479,9 +472,6 @@ volume:
playlist:
- playlist
- pl
soundcloudpl:
- soundcloudpl
- scpl
localplaylist:
- localplaylist
- lopl
@@ -651,8 +641,6 @@ chucknorris:
magicitem:
- magicitem
- mi
safebooru:
- safebooru
wiki:
- wiki
- wikipedia
@@ -662,25 +650,6 @@ color:
avatar:
- avatar
- av
hentai:
- hentai
danbooru:
- danbooru
derpibooru:
- derpibooru
- derpi
gelbooru:
- gelbooru
rule34:
- rule34
e621:
- e621
boobs:
- boobs
butts:
- butts
- ass
- butt
translate:
- translate
- trans
@@ -761,10 +730,6 @@ chatmute:
- chatmute
voicemute:
- voicemute
konachan:
- konachan
sankaku:
- sankaku
muterole:
- muterole
- setmuterole
@@ -782,9 +747,6 @@ placelist:
- placelist
place:
- place
poll:
- poll
- ppoll
autotranslang:
- autotranslang
- atl
@@ -801,8 +763,6 @@ typelist:
- typelist
listservers:
- listservers
hentaibomb:
- hentaibomb
cleverbot:
- cleverbot
- chatgpt
@@ -811,8 +771,6 @@ shorten:
wikia:
- wikia
- fandom
yandere:
- yandere
magicthegathering:
- magicthegathering
- mtg
@@ -837,8 +795,6 @@ define:
- def
activity:
- activity
autohentai:
- autohentai
setstatus:
- setstatus
invitecreate:
@@ -852,8 +808,6 @@ invitedelete:
- invitedelete
- invrm
- invdel
pollstats:
- pollstats
antilist:
- antilist
- antilst
@@ -923,8 +877,6 @@ languageset:
languageslist:
- languageslist
- langli
rategirl:
- rategirl
aliaslist:
- aliaslist
- cmdmaplist
@@ -1059,9 +1011,6 @@ configreload:
- creload
- confreload
- crel
nsfwtagblacklist:
- nsfwtagbl
- nsfwtbl
experience:
- experience
- xp
@@ -1141,10 +1090,6 @@ clubleaderboard:
- clubs
clubadmin:
- clubadmin
autoboobs:
- autoboobs
autobutts:
- autobutts
eightball:
- eightball
- 8ball
@@ -1253,10 +1198,9 @@ delete:
roleid:
- roleid
- rid
nsfwtoggle:
agerestricttoggle:
- nsfwtoggle
- nsfw
- nsfwtgl
- artoggle
economy:
- economy
purgeuser:
@@ -1410,7 +1354,7 @@ giveawaylist:
- list
# todos
todoadd:
- add
- add
- a
todolist:
- list

View File

@@ -800,10 +800,6 @@ rps:
args:
- "r 100"
- "scissors"
linux:
desc: "Prints a customizable Linux interjection"
args:
- "Spyware Windows"
next:
desc: "Goes to the next song in the queue. You have to be in the same voice channel as the bot"
args:
@@ -838,10 +834,6 @@ queuesearch:
desc: "Search for top 5 youtube song result using keywords, and type the index of the song to play that song. Bot will join your voice channel. **You must be in a voice channel**."
args:
- "Dream Of Venice"
soundcloudqueue:
desc: "Queue a soundcloud song using keywords. Bot will join your voice channel. **You must be in a voice channel**."
args:
- "Dream Of Venice"
listqueue:
desc: "Lists 10 currently queued songs per page. Default page is 1."
args:
@@ -859,11 +851,6 @@ playlist:
desc: "Queues up to 500 songs from a youtube playlist specified by a link, or keywords."
args:
- "<youtube_playlist_link>"
soundcloudpl:
desc: "Queue a Soundcloud playlist using a link."
args:
- "https://soundcloud.com/classical-music-playlist/sets/classical-music-essential-collection"
- "<soundcloud_set_link>"
localplaylist:
desc: "Queues all songs from a directory."
args:
@@ -1117,59 +1104,6 @@ avatar:
desc: "Shows a mentioned person's avatar."
args:
- "@Someone"
hentai:
desc: "Shows a hentai image from a random website (gelbooru, danbooru, konachan or yandere) with a given tag. Tag(s) are optional but preferred. Maximum is usually 2 tags. Only 1 tag allowed."
args:
- "yuri"
autohentai:
desc: "Posts a hentai every X seconds with a random tag from the provided tags. Use `|` to separate tag groups. Random group will be chosen every time the image is sent. Max 2 tags per group. 20 seconds minimum. Provide no parameters to disable."
args:
- "30 yuri kissing|tail long_hair"
- ""
hentaibomb:
desc: "Shows a total 5 images (from gelbooru, danbooru, konachan and yandere). Tag(s) are optional but preferred. Maximum is usually 2 tags."
args:
- "yuri"
yandere:
desc: "Shows a random image from yandere with a given tag. Tag(s) are optional but preferred. Maximum is usually 2 tags."
args:
- "yuri kissing"
danbooru:
desc: "Shows a random hentai image from danbooru with a given tag. Tag(s) are optional but preferred. Maximum is usually 2 tags."
args:
- "yuri kissing"
derpibooru:
desc: "Shows a random image from derpibooru with a given tag. Tag(s) are optional but preferred. Maximum is usually 2 tags."
args:
- "yuri kissing"
gelbooru:
desc: "Shows a random hentai image from gelbooru with a given tag. Tag(s) are optional but preferred. Maximum is usually 2 tags."
args:
- "yuri kissing"
sankaku:
desc: "Shows a random hentai image from chan.sankakucomplex.com with a given tag. Tag(s) are optional but preferred. Maximum is usually 2 tags."
args:
- "yuri kiss"
rule34:
desc: "Shows a random image from rule34.xx with a given tag. Tag(s) are optional but preferred. Maximum is usually 2 tags."
args:
- "yuri kissing"
e621:
desc: "Shows a random hentai image from e621.net with a given tag. Tag(s) are optional but preferred. Maximum is usually 2 tags."
args:
- "yuri kissing"
safebooru:
desc: "Shows a random image from safebooru with a given tag. Tag(s) are optional but preferred. Maximum is usually 2 tags."
args:
- "yuri kissing"
boobs:
desc: "Real adult content."
args:
- ""
butts:
desc: "Real adult content."
args:
- ""
translate:
desc: "Translates text from the given language to the destination language."
args:
@@ -1581,10 +1515,6 @@ languageslist:
desc: "List of languages for which translation (or part of it) exist atm."
args:
- ""
rategirl:
desc: "Use the universal hot-crazy wife zone matrix to determine the girl's worth. It is everything young men need to know about women. At any moment in time, any woman you have previously located on this chart can vanish from that location and appear anywhere else on the chart."
args:
- "@SomeGurl"
exprtoggleglobal:
desc: "Toggles whether global expressions are usable on this server."
args:
@@ -1640,7 +1570,6 @@ alias:
desc: "Create a custom alias for a certain Nadeko command. Provide no alias to remove the existing one."
args:
- "allin {0}bf all h"
- "\"linux thingy\" >loonix Spyware Windows"
warnlog:
desc: "See a list of warnings of a certain user."
args:
@@ -1986,16 +1915,6 @@ clubadmin:
desc: "Assigns (or unassigns) staff role to the member of the club. Admins can ban, kick and accept applications."
args:
- "@Someone"
autoboobs:
desc: "Posts a boobs every X seconds. 20 seconds minimum. Provide no parameters to disable."
args:
- "30"
- ""
autobutts:
desc: "Posts a butt every X seconds. 20 seconds minimum. Provide no parameters to disable."
args:
- "30"
- ""
eightball:
desc: "Ask the 8ball a yes/no question."
args:
@@ -2232,8 +2151,8 @@ roleid:
desc: "Shows the id of the specified role."
args:
- "Some Role"
nsfwtoggle:
desc: "Toggles the NSFW parameter of the current text channel."
agerestricttoggle:
desc: "Toggles whether the current channel is age-restricted."
args:
- ""
economy:

View File

@@ -986,7 +986,7 @@
"module_description_gambling": "Bet on dice rolls, blackjack, slots, coinflips and others",
"module_description_games": "Play trivia, nunchi, hangman, connect4 and other games",
"module_description_nsfw": "NSFW commands.",
"module_description_music": "Play music from youtube, local files soundcloud and radio streams",
"module_description_music": "Play music from youtube, local files and radio streams",
"module_description_utility": "Manage custom quotes, repeating messages and check facts about the server",
"module_description_administration": "Moderation, punish users, setup self assignable roles and greet messages",
"module_description_expressions": "Setup custom bot responses to certain words or phrases",