This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A small program that send "!work" continuously in the discord's chat every 10 seconds as a user! | |
# # NOTE: | |
# - Make sure to use correct channel's id and user's id | |
# - Only works for python 3.x | |
# - Make sure to install all packages below via python's package manager | |
# | |
import discord | |
import asyncio |