About Guild XP Sharing
Don't add the Guild XP Sharing Feature since players are making Alt accounts and boosting it to sell it for IRL money and it just destroy the point of the game.
Re: About Guild XP Sharing
yee
Code: Select all
@bot.command()
async def ban(ctx, member:discord.Member)
await member.ban()
print(f"{member.name} got banned by {ctx.author.name}")