Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##Sorry guys I haven't been pasting as much.. I will be pasting a ton of new scripts today! From Lua to Python.
- import discord
- from discord.ext.commands import Bot
- from discord import Member
- bot = Bot('!')
- @bot.command(pass_context=True, name='status')
- async def status(ctx, member: Member):
- await bot.say(str(member.status))
- bot.run('token')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement