Browse Source

commented that out cause it sucked.

tags/v1.7.1
Roxie Gibson 6 years ago
parent
commit
0d9ac53c6d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      roxbot/cogs/gss.py

+ 2
- 2
roxbot/cogs/gss.py View File

if member.guild.id == gssp_id: if member.guild.id == gssp_id:
role = discord.utils.get(member.guild.roles, id=450042170112475136) role = discord.utils.get(member.guild.roles, id=450042170112475136)
await member.add_roles(role, reason="Auto-add role on join") await member.add_roles(role, reason="Auto-add role on join")
channel = self.bot.get_channel(450040463794241536)
await channel.send("Please read our <#396697172139180033> and <#422514427263188993> channels. To gain access to the server, you must agree to the rules.")
#channel = self.bot.get_channel(450040463794241536)
#await channel.send("Please read our <#396697172139180033> and <#422514427263188993> channels. To gain access to the server, you must agree to the rules.")


@bot.command() @bot.command()
async def agree(self, ctx): async def agree(self, ctx):

Loading…
Cancel
Save