trunk/.editorconfig
|
modified
, text changed
|
trunk/.gitignore
|
modified
, text changed
|
trunk/commands/
|
deleted
|
trunk/database.db
|
modified
, text changed
|
trunk/deploy-commands.ts
|
added
|
trunk/package-lock.json
|
deleted
|
trunk/package.json
|
modified
, text changed
|
trunk/queues/
|
deleted
|
trunk/slappey.json
|
added
|
trunk/src/AFKEngine.js
|
deleted
|
trunk/src/AntiRaid.js
|
deleted
|
trunk/src/App.js
|
deleted
|
trunk/src/AutoRole.js
|
deleted
|
trunk/src/CommandManager.js
|
deleted
|
trunk/src/Config.js
|
deleted
|
trunk/src/Database.js
|
deleted
|
trunk/src/History.js
|
deleted
|
trunk/src/Logger.js
|
deleted
|
trunk/src/MessageEmbed.js
|
deleted
|
trunk/src/MessageFilter.js
|
deleted
|
trunk/src/Shield.js
|
deleted
|
trunk/src/SnippetManager.js
|
deleted
|
trunk/src/SpamFilter.js
|
deleted
|
trunk/src/Starboard.js
|
deleted
|
trunk/src/UserInput.js
|
deleted
|
trunk/src/automod/
|
added
|
trunk/src/automod/AntiRaid.ts
|
added
|
trunk/src/automod/History.ts
|
added
|
trunk/src/automod/Logger.ts
(Copied from trunk/src/Logger.js, r50)
|
added
, text changed
|
trunk/src/automod/MessageFilter.ts
|
added
|
trunk/src/automod/SpamFilter.ts
|
added
|
trunk/src/bot.js
|
deleted
|
trunk/src/client/
|
added
|
trunk/src/client/Client.ts
|
added
|
trunk/src/client/Config.ts
|
added
|
trunk/src/client/Database.ts
(Copied from trunk/src/Database.js, r50)
|
added
, text changed
|
trunk/src/client/MessageEmbed.ts
|
added
|
trunk/src/commands/
|
added
|
trunk/src/commands/automation/
|
added
|
trunk/src/commands/automation/AddQueueCommand.ts
(Copied from trunk/commands/addqueue.js, r50)
|
added
, text changed
|
trunk/src/commands/automation/DelQueueCommand.ts
(Copied from trunk/commands/delqueue.js, r50)
|
added
, text changed
|
trunk/src/commands/automation/ExpireCommand.ts
|
added
|
trunk/src/commands/automation/ExpireScheduleCommand.ts
|
added
|
trunk/src/commands/automation/QueuesCommand.ts
|
added
|
trunk/src/commands/automation/ScheduleCommand.ts
|
added
|
trunk/src/commands/fun/
|
added
|
trunk/src/commands/fun/CatCommand.ts
|
added
|
trunk/src/commands/fun/DogCommand.ts
|
added
|
trunk/src/commands/fun/HttpcatCommand.ts
(Copied from trunk/commands/httpcat.js, r50)
|
added
, text changed
|
trunk/src/commands/fun/HttpdogCommand.ts
(Copied from trunk/commands/httpdog.js, r50)
|
added
, text changed
|
trunk/src/commands/fun/JokeCommand.ts
(Copied from trunk/commands/joke.js, r50)
|
added
, text changed
|
trunk/src/commands/fun/PixabayCommand.ts
|
added
|
trunk/src/commands/information/
|
added
|
trunk/src/commands/information/AvatarCommand.ts
|
added
|
trunk/src/commands/information/ProfileCommand.ts
|
added
|
trunk/src/commands/information/StatsCommand.ts
|
added
|
trunk/src/commands/moderation/
|
added
|
trunk/src/commands/moderation/BanCommand.ts
|
added
|
trunk/src/commands/moderation/BeanCommand.ts
|
added
|
trunk/src/commands/moderation/ClearCommand.ts
|
added
|
trunk/src/commands/moderation/EchoCommand.ts
|
added
|
trunk/src/commands/moderation/HistoryCommand.ts
|
added
|
trunk/src/commands/moderation/KickCommand.ts
|
added
|
trunk/src/commands/moderation/LockCommand.ts
|
added
|
trunk/src/commands/moderation/LockallCommand.ts
|
added
|
trunk/src/commands/moderation/MuteCommand.ts
|
added
|
trunk/src/commands/moderation/NoteCommand.ts
|
added
|
trunk/src/commands/moderation/NotedelCommand.ts
|
added
|
trunk/src/commands/moderation/NotegetCommand.ts
(Copied from trunk/commands/noteget.js, r50)
|
added
, text changed
|
trunk/src/commands/moderation/NotesCommand.ts
|
added
|
trunk/src/commands/moderation/SendCommand.ts
|
added
|
trunk/src/commands/moderation/UnbanCommand.ts
|
added
|
trunk/src/commands/moderation/UnlockCommand.ts
|
added
|
trunk/src/commands/moderation/UnlockallCommand.ts
|
added
|
trunk/src/commands/moderation/UnmuteCommand.ts
|
added
|
trunk/src/commands/moderation/WarnCommand.ts
|
added
|
trunk/src/commands/moderation/WarndelCommand.ts
|
added
|
trunk/src/commands/moderation/WarningCommand.ts
(Copied from trunk/commands/warning.js, r50)
|
added
, text changed
|
trunk/src/commands/moderation/WarningsCommand.ts
|
added
|
trunk/src/commands/settings/
|
added
|
trunk/src/commands/settings/AboutCommand.ts
|
added
|
trunk/src/commands/settings/HelpCommand.ts
|
added
|
trunk/src/commands/testing/
|
added
|
trunk/src/commands/testing/SystemCommand.ts
|
added
|
trunk/src/commands/utils/
|
added
|
trunk/src/commands/utils/AFKCommand.ts
|
added
|
trunk/src/commands/utils/AddsnippetCommand.ts
|
added
|
trunk/src/commands/utils/AnnounceCommand.ts
|
added
|
trunk/src/commands/utils/DelsnippetCommand.ts
|
added
|
trunk/src/commands/utils/MvsnippetCommand.ts
|
added
|
trunk/src/commands/utils/SnippetCommand.ts
|
added
|
trunk/src/emoji.js
|
deleted
|
trunk/src/events/
|
added
|
trunk/src/events/guildBan/
|
added
|
trunk/src/events/guildBan/GuildBanAddEvent.ts
|
added
|
trunk/src/events/guildBan/GuildBanRemoveEvent.ts
|
added
|
trunk/src/events/guildMember/
|
added
|
trunk/src/events/guildMember/GuildMemberAddEvent.ts
|
added
|
trunk/src/events/guildMember/GuildMemberRemoveEvent.ts
|
added
|
trunk/src/events/interaction/
|
added
|
[...] |