Skip to content

Instantly share code, notes, and snippets.

import discord
import atexit
from discord.ext import commands
from configparser import ConfigParser
def exit_handler():
print('My application is ending!')
client = commands.Bot(command_prefix = '!')