Skip to content

Commit 142a1b7

Browse files
authored
Update dm_queue.py
1 parent 156a098 commit 142a1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/dm_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async def dm(self, ctx):
140140
await ctx.send_help(self.dm)
141141

142142
@dm.command(name="assign")
143-
@has_role("Admin")
143+
@has_role("Assistant")
144144
async def dm_assign(self, ctx, queue_num: int, group_num: int):
145145
"""
146146
Assigns a DM to a group

0 commit comments

Comments
 (0)