forked from sass/tipibot
Refacor emoijs to use application emoijs
This commit is contained in:
@@ -9,6 +9,7 @@ import discord
|
||||
from discord import app_commands
|
||||
|
||||
from core import economy
|
||||
from core.emoji import EMOJI as E
|
||||
import strings as S
|
||||
|
||||
|
||||
@@ -611,7 +612,7 @@ def register_economy_games_commands(
|
||||
# -----------------------------------------------------------------------
|
||||
# /slots
|
||||
# -----------------------------------------------------------------------
|
||||
_SLOTS_SPIN = "<a:TipiSLOTS:1483444233863037101>"
|
||||
_SLOTS_SPIN = E["TipiSLOTS"]
|
||||
_SLOTS_DELAY = 0.7
|
||||
|
||||
def _slots_embed(
|
||||
|
||||
Reference in New Issue
Block a user