Skip to content

Commit b59a008

Browse files
committed
removed wrong hint
1 parent 332e1ae commit b59a008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c-realV2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def getConfig(choice, timeout):
170170
try:
171171
# from getpass import getpass
172172
# settings['token'] = getpass('Enter token. Note: Whatever you entered here will not be displayed.\n>> ')
173-
settings['token'] = input('Enter token. Note: Whatever you entered here will not be displayed.\n>> ')
173+
settings['token'] = input('Enter token. If you are new refer to this guide: https://github.com/TKperson/Nuking-Discord-Server-Bot-Nuke-Bot/wiki/Basic-setup-and-knowledge-for-using-the-bot>> ')
174174
settings['permissions'].append(input('\nEnter your discord tag or user ID. It is recommended to use discord user ID because some unicode names are hard for the code to check.\n>> '))
175175
except KeyboardInterrupt:
176176
sys.exit(0)

0 commit comments

Comments
 (0)