2023-01-26 00:28:18 +00:00
|
|
|
# some discord bots
|
|
|
|
|
|
|
|
- [tempbot](./cmd/tempbot/main.go) deletes messages after 30 min, checks every 5 min
|
|
|
|
- needs env `disgo_token` and `disgo_guild_id`
|
|
|
|
- and a text channel called `⌛-temp`
|
|
|
|
- [vcbot](./cmd/vcbot/main.go) automatically creates and deletes channels and logs join/leave
|
|
|
|
- needs env `disgo_token` and `disgo_guild_id`
|
|
|
|
- and a text channel called `📋-voice` and a category called `🔊-talk`
|
|
|
|
- [welcomebot](./cmd/welcomebot/main.go) sends welcome messages in `👋-welcome` and allows approval of users by group
|
|
|
|
- needs env `disgo_token` and `disgo_guild_id`
|
|
|
|
- and the following text channels `🔨-rules`, `❕-info` and `👋-welcome`
|
|
|
|
- and a group called `Apple` and `Apple Core`
|
|
|
|
- the bot group needs to be above `Apple`
|
|
|
|
- [funbot](./cmd/funbot/main.go) sends funny and cute pictures
|
2023-01-26 19:10:40 +00:00
|
|
|
- needs env `disgo_token` and `disgo_imgur`
|
|
|
|
- if `disgo_global` is not TRUE, `disgo_guild_id` is needed
|
2023-01-26 00:28:18 +00:00
|
|
|
- TODO: add other apis
|
|
|
|
- [dealsbot](./cmd/dealsbot/main.go) send deals from steam, epic and more
|
2023-03-06 20:57:06 +00:00
|
|
|
- needs env `webhook_id`, `webhook_token`
|
|
|
|
- TODO: try to incorporate Opera GX API
|
2023-01-26 00:28:18 +00:00
|
|
|
- [msgbot](./cmd/msgbot/main.go) send messages which can be edited by other admins
|
|
|
|
- needs env `disgo_token`
|
2023-03-04 11:54:08 +00:00
|
|
|
- TODO: implement
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
- check Intents https://gist.github.com/advaith1/e69bcc1cdd6d0087322734451f15aa2f
|
|
|
|
- https://discordpy.readthedocs.io/en/stable/intents.html
|