|
|
@ -2,6 +2,7 @@ import asyncio
|
|
|
|
import datetime
|
|
|
|
import datetime
|
|
|
|
import random
|
|
|
|
import random
|
|
|
|
import string
|
|
|
|
import string
|
|
|
|
|
|
|
|
from typing import Optional
|
|
|
|
|
|
|
|
|
|
|
|
import discord
|
|
|
|
import discord
|
|
|
|
from discord import Embed, Colour
|
|
|
|
from discord import Embed, Colour
|
|
|
@ -99,7 +100,7 @@ class Enso(commands.Cog):
|
|
|
|
|
|
|
|
|
|
|
|
@commands.group(invoke_without_command=True)
|
|
|
|
@commands.group(invoke_without_command=True)
|
|
|
|
@bot_has_permissions(embed_links=True)
|
|
|
|
@bot_has_permissions(embed_links=True)
|
|
|
|
async def enso(self, ctx, name=None):
|
|
|
|
async def enso(self, ctx, name: Optional[str] = None):
|
|
|
|
"""Shows Random Person from Ensō"""
|
|
|
|
"""Shows Random Person from Ensō"""
|
|
|
|
|
|
|
|
|
|
|
|
# Making sure this command only works in Enso
|
|
|
|
# Making sure this command only works in Enso
|
|
|
|