Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Went to reimplement something from the Slackbot, only to find about the third of the so called unimplemented commands were no longer so.
calendar.py
- Largely implemented by/whatsdue
;channel_log.py
- Unneeded as channels creation is less dynamic on the Discord compared to the Slack;coin.py
- Implemented by by/coin
;dominos.py
- Implemented by/dominoscoupons
;emoji_log.py
- Unneeded as emoji creation is less dynamic on the Discord compared to the Slack;emojify.py
- Impractical to implement on the Discord due to the restricted emoji slots;history.py
- Pinning culture is different on the Discord than on the Slack, and so won't need transferring. Also, this never really worked any way. It could be reimplemented into the Starboard, I guess;id.py
- Unneeded as getting a use ID is much simpler on Discord;link.py
- Brute force interface to the bot's database, unneeded;pastexams.py
- Implemented by/pastexams
;wavie.py
- Discord prompts users waving to new members;whoami.py
- Similar toid.py
, unneeded;xkcd.py
- Implemented by\xkcd
.