'reaction spamming python (discord)
enter image description hereI want to update this coding , suppose I want reaction spamming all emoji in any message id without command :emoji:.. is it possible that I can command first emoji , 2nd emoji ,3rd or all emoji auto spamming which emoji added before that message.
tokens = open('tokens.txt', 'r').read().splitlines()
chd = input('Channel ID: ')
id = input('Message ID: ')
emoji = input('Emoji: ')
for token in tokens:
threading.Thread(target=reaction, args=(chd, id, emoji, token)).start()
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
