diff --git a/bot.py b/bot.py
index 58f9f9a..bdee438 100644
--- a/bot.py
+++ b/bot.py
@@ -24,7 +24,7 @@ async def is_ginlang(ctx):
     """
     are you ginlang or the other dudes?
     """
-    if ctx.author.id in [287885666941927424, 894034804503351366, 296736767158255616, 831598877320413244]:
+    if ctx.author.id in [287885666941927424, 160091312081731584, 894034804503351366, 296736767158255616, 831598877320413244]:
         return True
     else:
         logchannel = await bot.fetch_channel(910622485916037150)