I guess it's working now

This commit is contained in:
klemek
2021-01-14 18:47:02 +01:00
parent 32b481233d
commit d945b67df2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ python3 src/main.py
## Changelog ## Changelog
* **v1.8(wip)**: * **v1.8**:
* more scans: `%msg`, `%chan` * more scans: `%msg`, `%chan`
* bug fix * bug fix
* **v1.7**: * **v1.7**:
+1 -1
View File
@@ -23,7 +23,7 @@ emojis.load_emojis()
bot = Bot( bot = Bot(
"Discord Analyst", "Discord Analyst",
"1.8(wip)", "1.8",
alias="%", alias="%",
) )