feat: implements slash commands
Implements slash commands. task: gh-1
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user