Skip to content

Instantly share code, notes, and snippets.

View Atomicbeast101's full-sized avatar
🎯
Focusing

Adam Brodack Atomicbeast101

🎯
Focusing
View GitHub Profile
@Atomicbeast101
Atomicbeast101 / config.ini
Created May 3, 2017 15:23
Jinux's Config File
[Jinux]
Channel = 0
Character = -
Client_ID =
Playing = -help | Jinux v4.0
Token =
Logging = On
Auto_Welcome = On
Chat_Log = On
Data_File = jinux_data.db
@Atomicbeast101
Atomicbeast101 / Jinux.py
Last active May 29, 2017 03:16
Task Error - Discord Bot
import asyncio
from configparser import ConfigParser
import discord
from twitch.api import v3
# Preparing the bot
dclient = discord.Client()
# Twitch setup
twitch_enabled = config.getboolean('Twitch', 'Enabled')