Skip to content

Instantly share code, notes, and snippets.

View MrLotU's full-sized avatar
:shipit:
┻━┻ミ㇏(ಠ益ಠ)ノ彡┻━┻

Jari (LotU) MrLotU

:shipit:
┻━┻ミ㇏(ಠ益ಠ)ノ彡┻━┻
View GitHub Profile
@MrLotU
MrLotU / changeName.py
Last active July 20, 2017 11:28
Change discord bot account name
import discord
#############################################################################################################################
# USAGE: #
# 0. Make sure you have python 3.5 + installed and have discord.py installed (pip3 install discord) #
# 1. Download the python file #
# 2. Change the token variable to hold your bots token and the new_username variable to hold the new desired username #
# 3. Run your file using `python3 path/to/file.py #
# 3. That's it, you can keep the file or delete it again! #
#############################################################################################################################