Commit graph

10 commits

Author SHA1 Message Date
DidaS
b0438f26c0
refactor: change to advanced handlers (#36)
Since simple handlers are getting deprecated and soon removed im making
this PR to update the bot.

There are some "issues" regarding message commands, given that im not
sure yet if advanced handlers will ever have message commands, i will
update on the matter when i can, so for now we still use simple handlers
for that.
2024-07-19 23:10:48 +02:00
a3f7263489
refactor(ping): change the button label & emoji 2024-05-13 22:42:05 +02:00
d8614afdf9
feat(ping): implement button for normal people 2024-05-13 22:34:25 +02:00
df1f94f3a4
feat(ping): improve sorting & use promise.all 2024-05-11 20:20:44 +02:00
1f7ac53e72
fix(ping): remove regular numbers 2024-05-11 20:14:28 +02:00
109398beea
feat: improve ping command 2024-05-11 19:36:18 +02:00
6ce4a36feb
refactor: just ignore when something is bad in message cmds 2024-05-10 17:17:23 +02:00
c7f7ddd1a3
fix: don't allow mentions 2024-05-10 16:13:35 +02:00
Yoru
89a7c5922f
Edit the message the bot sends in ping.ts (#33)
In `message-commands/ping.ts`, the code attempts to edit the message the
author sent, resulting in an error on line 12.
This pr fixes that bug

Co-authored-by: YoruNoKen <yorunoken@skiff.com>
2023-12-30 21:04:40 +01:00
Jozef Steinhübl
16c842808d
refactor!: rewrite (#32)
Thanks @Didas-git for big help
https://github.com/xHyroM/bun-discord-bot/pull/31

---------

Co-authored-by: DidaS <didasoficial@gmail.com>
2023-12-30 16:54:59 +01:00