Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
emma sux
Browse files Browse the repository at this point in the history
  • Loading branch information
Chew committed Feb 16, 2019
1 parent 863a2bc commit 7412d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/eval.rb
Expand Up @@ -2,7 +2,7 @@ module Eval
extend Discordrb::Commands::CommandContainer

command(:eval) do |event, *code|
break unless event.user.id == CONFIG['owner_id'] || event.user.id == 484040243818004491
break unless event.user.id == CONFIG['owner_id']

begin
event.channel.send_embed do |e|
Expand Down

0 comments on commit 7412d29

Please sign in to comment.