No description
Find a file
Seraphim Strub b49d7cc068 Merge branch 'renovate/all' into 'dev'
fix(deps): update module github.com/disgoorg/disgo to v0.18.11

See merge request grow/discordBots!30
2024-09-02 14:03:04 +02:00
cmd don't store nil slice to db 2024-07-17 21:05:26 +00:00
pkg/db feature: finalize switch to sqlite kv 2024-07-12 13:58:10 +00:00
.gitignore feature: add sqlite kv db 2024-07-12 13:53:17 +00:00
.gitlab-ci.yml switch to chainguard images 2024-02-12 17:05:56 +00:00
Containerfile switch to chainguard images 2024-02-12 17:05:56 +00:00
embed.go feature: add sqlite kv db 2024-07-12 13:53:17 +00:00
go.mod fix(deps): update module github.com/disgoorg/disgo to v0.18.11 2024-08-31 18:14:31 +00:00
go.sum fix(deps): update module github.com/disgoorg/disgo to v0.18.11 2024-08-31 18:14:31 +00:00
LICENSE Add LICENSE 2023-01-26 01:04:52 +01:00
query.sql feature: add sqlite kv db 2024-07-12 13:53:17 +00:00
README.md update readme 2023-03-06 21:57:06 +01:00
renovate.json Update renovate.json 2023-08-18 18:57:14 +02:00
schema.sql feature: add sqlite kv db 2024-07-12 13:53:17 +00:00
sqlc.yaml feature: add sqlite kv db 2024-07-12 13:53:17 +00:00

some discord bots

  • tempbot deletes messages after 30 min, checks every 5 min
    • needs env disgo_token and disgo_guild_id
    • and a text channel called ⌛-temp
  • vcbot 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 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 sends funny and cute pictures
    • needs env disgo_token and disgo_imgur
    • if disgo_global is not TRUE, disgo_guild_id is needed
    • TODO: add other apis
  • dealsbot send deals from steam, epic and more
    • needs env webhook_id, webhook_token
    • TODO: try to incorporate Opera GX API
  • msgbot send messages which can be edited by other admins
    • needs env disgo_token
    • TODO: implement

TODO