e
e
This commit is contained in:
parent
6268dab07b
commit
0e85aa694a
1 changed files with 5 additions and 5 deletions
|
@ -13,13 +13,13 @@ intro = """
|
|||
|
||||
print(intro)
|
||||
|
||||
server = input("Server invite:")
|
||||
invite = input("new invite name:")
|
||||
Server = input("Server Invite:")
|
||||
Invite = input("New Invite Name:")
|
||||
|
||||
vanity = "discοrd.gg/" + invite + "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||" + server
|
||||
clipboard.copy(vanity)
|
||||
Vanity = "discοrd.gg/" + invite + "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||" + server
|
||||
clipboard.copy(Vanity)
|
||||
|
||||
print('Copied to clipboard!')
|
||||
print('Copied to Clipboard!\n Press Enter to Exit')
|
||||
|
||||
input()
|
||||
print()
|
||||
|
|
Loading…
Reference in a new issue