update readme and add future bots

This commit is contained in:
Seraphim Strub 2023-01-26 01:28:18 +01:00
parent 979fc2bd7d
commit a3ce56e795
3 changed files with 40 additions and 16 deletions

9
cmd/dealsbot/main.go Normal file
View file

@ -0,0 +1,9 @@
package main
func main() {
// translate this to go: https://dev.rievo.net/sst/feed-python
// query different sources store to db
// try to incorporate operagx api
// send messages to discord
}

7
cmd/msgbot/main.go Normal file
View file

@ -0,0 +1,7 @@
package main
func main() {
// command to send admin messages (for example https://discord.com/channels/425773377349877769/704611918089814076/936598872636129380)
// as embed or just message
// possibility to edit
}