forked from rDrama/rDrama
1
0
Fork 0

Update const.py

master
Aevann1 2022-03-11 00:38:13 +02:00 committed by GitHub
parent c63fbfcfdd
commit b9c8a330b2
1 changed files with 2 additions and 2 deletions

View File

@ -434,7 +434,7 @@ AWARDS = {
"ghost": { "ghost": {
"kind": "ghost", "kind": "ghost",
"title": "Ghost", "title": "Ghost",
"description": "Hides the usernames of everyone in the thread", "description": "???",
"icon": "fas fa-ghost", "icon": "fas fa-ghost",
"color": "text-white", "color": "text-white",
"price": 3000 "price": 3000
@ -720,4 +720,4 @@ def torture_ap(body, username):
YOUTUBE_KEY = environ.get("YOUTUBE_KEY", "").strip() YOUTUBE_KEY = environ.get("YOUTUBE_KEY", "").strip()
ADMIGGERS = (37696,37697,37749,37833,37838) ADMIGGERS = (37696,37697,37749,37833,37838)