summaryrefslogtreecommitdiff
path: root/packages/gateway/src/commands/say.ts
Commit message (Expand)AuthorAgeFilesLines
* feat(gateway): Begin migrating console logs to shared logging frameworkFuwn2025-10-201-3/+3
* feat(gateway:commands): Add sayc commandFuwn2025-10-161-0/+2
* feat(gateway:delete): Bulk delete supportFuwn2025-10-081-4/+6
* fix(gateway:say): Improve reply handlingFuwn2025-10-081-54/+40
* refactor(gateway): Replace uses of old GUILD_ID constantFuwn2025-10-061-2/+2
* feat(commands): Clean up bot repliesFuwn2025-09-281-7/+14
* fix(gateway): LintFuwn2025-09-281-88/+88
* refactor(gateway): Consolidate event handlersFuwn2025-09-281-7/+5
* feat: Integrate gateway clientFuwn2025-09-241-0/+127