Discord-iOS Make your bot have the discord online from a mobile device status. pip install -U git+https://github.com/notiku/discord_ios/ import discord_ios import discord from discord.ext import commands client = commands.Bot(...) All you need todo is import discord_ios in your main file.