2024-10-04 08:01:42 -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="❌ You are an idiot", description="You can't use this.", color=error)
|