Browse Source

re-enable role sorting

Kylie Jo Swistak 6 years ago
parent
commit
cb0e792020
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bot.rb

+ 1 - 1
bot.rb

@@ -1234,7 +1234,7 @@ bot.reaction_add do |event|
       mentionable: true,
       reason: "New Team"
     )
-    #role.sort_above(ENV['TEAM_ROLE'])
+    role.sort_above(ENV['TEAM_ROLE'])
     # create channel
     channel = event.server.create_channel(
       t.name,