Skip to content

Instantly share code, notes, and snippets.

@Matthww
Matthww / _header.php
Created May 3, 2017 13:36
EPICMC API
<?php
header("Content-type: application/json;charset=utf-8");
$tokens = array(
"670f9d349c7e8fdb5e75e04ad23ad45c"
);
$reservedUsernames = array(
"admin",
"administrator",
"moderator",
"mod",
import discord
import asyncio
from discord.ext import commands
import sys
from cleverbot import Cleverbot # https://github.com/folz/cleverbot.py
bot = commands.Bot(command_prefix='/',self_bot=True)
cb = Cleverbot()
@bot.event