app/util.py

7 lines
238 B
Python
Raw Normal View History

2024-06-27 17:07:10 -04:00
from discord import Embed
def is_owner(id: int):
return True if id == 886685857560539176 else False
success = 0x77b255
error = 0xdd2e44
fuckoff_embed = Embed(title="❌ No permissions", description="You can't use this.", color=error)