This file contains hidden or 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
[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 |
This file contains hidden or 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
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') |