Skip to content

Instantly share code, notes, and snippets.

View ntdkhiem's full-sized avatar
👾
Ready to invade

Khiem Nguyen ntdkhiem

👾
Ready to invade
  • Massachusetts, MA
View GitHub Profile
@ntdkhiem
ntdkhiem / discord_bot.py
Created March 5, 2019 00:53
Run discord bot as a user
# 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