feat: implements slash commands

Implements slash commands.

task: gh-1
This commit is contained in:
Yoruio
2022-07-11 20:33:19 -06:00
parent 28bab868af
commit 67af1bb154
6 changed files with 336 additions and 319 deletions

View File

@@ -160,7 +160,7 @@ def delete_user(username):
else:
return "username cannot be empty"
def read_useremail():
def read_all():
cur = conn.cursor()
cur.execute("SELECT * FROM clients")
rows = cur.fetchall()