app/util.py

7 lines
246 B
Python
Raw Permalink Normal View History

from discord import Embed
def is_owner(id: int):
return True if id == 886685857560539176 else False
success = 0x77b255
error = 0xdd2e44
fuckoff_embed = Embed(title="❌ You are an idiot", description="You can't use this.", color=error)