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
|
|
|
|
- needs env `disgo_token`, `disgo_guild_id` and `disgo_imgur`
|
|
|
|
- TODO: make global and remove `disgo_guild_id`
|
|
|
|
- TODO: add other apis
|
|
|
|
- [dealsbot](./cmd/dealsbot/main.go) send deals from steam, epic and more
|
|
|
|
- needs env `disgo_token`, `disgo_guild_id`
|
|
|
|
- TODO: implement https://dev.rievo.net/sst/feed-python
|
|
|
|
- TODO: additionally include https://gx-proxy.operacdn.com/content/free-games?_limit=300&_sort=order%3AASC
|
|
|
|
- [msgbot](./cmd/msgbot/main.go) send messages which can be edited by other admins
|
|
|
|
- needs env `disgo_token`
|
|
|
|
- TODO: implement
|