discollaboration/snippets A simple Discord bot to use snippets in your messages Config structure in config/config.py: name = 'Snippets' log_level = 'info' log_type = 'text' token = 'token' hook = 'webhook_url' dev_ids = [discord_id]