- Count the number of uwu sent after deployment
- The leaderboard and total is persistent across bot restart
/uwumeetergives the number of uwu sent./uwuleadgives the top 5 uwuer/uwumegives your personal uwu count/uwureset {1}needs a string argument (the new leaderboard on deserialized json) and will reset both the total of uwu and the leaderboard with the given leaderboard. Example:/uwureset {"1234":4, "5678":2}/uwuexportexports the leaderboard to the chat (hashMap being serialized to json to string)
- Read Messages/View Channels
- Send Messages
- Send Messages in Threads
- Create Polls (for future uwu/uwu polls)
- put the discord bot's token in
Secrets.toml, asDISCORD_TOKEN - change in
.envtheDATABASE_URL - run
sudo pacman -S postgresqlsudo su - postgrescreateuser --interactive(superuser, will be used as yourDATABASE_URL)exit
sudo systemctl start postgresqlsudo su - postgrescreatedb uwu-meter
cargo install sqlx-cli --no-default-features --features native-tls,postgressqlx database createsqlx migration runcargo sqlx prepare