Age | Commit message (Collapse) | Author |
|
|
|
|
|
made some more bugs
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|