No description
Find a file
2023-03-06 20:53:07 +01:00
cmd moved to pkgs 2023-03-06 20:53:07 +01:00
.gitignore adds dealsbot 2023-03-06 18:21:40 +01:00
.gitlab-ci.yml try to only build changed cmd 2023-03-06 19:16:37 +01:00
Dockerfile adds ca-certificates fix? 2023-01-26 22:18:37 +01:00
go.mod adds new build and correct error log 2023-03-06 18:27:58 +01:00
go.sum adds new build and correct error log 2023-03-06 18:27:58 +01:00
LICENSE Add LICENSE 2023-01-26 01:04:52 +01:00
README.md adds dealsbot 2023-03-06 18:21:40 +01: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
  • msgbot send messages which can be edited by other admins
    • needs env disgo_token
    • TODO: implement

TODO