This repository was archived by the owner on Jul 17, 2025. It is now read-only.
Commit ea820bf
authored
Switch msg commands to slash and subcommands (Team-Neptune#19)
* Add subcommand support
* Migrate note command
* Migrate userinfo command
* Migrate userlog command
* Migrate warn command
* Migrate ban command
* Update .gitignore
* Update subcommand loading
* Update index.d.ts
* Migrate kick command
* Add commandName and subCommandGroup to commands
* Add logStaffCommands()
* remove console logs
* Update index.ts
* Migrate purge command
* Update moderation.ts
* Update sd.ts
* Migrate deletewarn command
* Migrate speak command
* Migrated all moderation commands
* Update index.d.ts
* Update index.ts
* Remove message command version of support, user
* Migrate shrek command
* Remove message command version of meme
* Remove leftover code in purge, shrek, speak
* Add build command
* Add gitpull command
* Add kill command
* Migrate 'bot' commands
* Move all message commands to slash commands
* Delete moderation.ts
* Update closeprompt.ts
* fix eta command loading
* Add new eta strings1 parent 1161822 commit ea820bf
42 files changed
Lines changed: 1266 additions & 602 deletions
File tree
- src
- classes
- commands
- msg_commands
- typings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
0 commit comments