aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/utils.py')
-rwxr-xr-xcogs/utils.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 6ce4944..bbe43a3 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -361,6 +361,11 @@ class Utils(commands.Cog):
user=self.bot.get_user(525365553842356225),
bday=datetime.date(year, 1, 2),
),
+ CoolKids(
+ name="Samuel",
+ user=self.bot.get_user(615235547920597150),
+ bday=datetime.date(year, 12, 13),
+ ),
)
for kid in coolKids: