update readme and add future bots
This commit is contained in:
parent
979fc2bd7d
commit
a3ce56e795
3 changed files with 40 additions and 16 deletions
9
cmd/dealsbot/main.go
Normal file
9
cmd/dealsbot/main.go
Normal 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
7
cmd/msgbot/main.go
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue