Age | Commit message (Collapse) | Author |
|
used in forum channels, use enums more
|
|
|
|
|
|
|
|
made some more bugs
|
|
fix breaking changes
add unverified bot emoji to user command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Remove custom typings and replace with declaration merging
- Fix the typings for args
- Replace all discord-api-types imports with discord.js imports
- Fix discord.js breaking changes
|
|
|
|
|
|
breaking changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for send messages in threads, optimizations, another scam link
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The reason I had to use getters and setters for the db models is because in the newer version of typescript the properties would be defined at runtime and override the getter and setters that sequalize uses later, causing all the values to be undefined and not being able to save any information.
|
|
|
|
|
|
|