Skip to content

Instantly share code, notes, and snippets.

@FranchuFranchu
FranchuFranchu / data.txt
Created July 8, 2019 21:48
A program that, given a made-up word, tells you if it makes sense or not
€a
ardvark
ˆs
baci
„k
„us
†es
ƒft
ƒlone
‡s
@FranchuFranchu
FranchuFranchu / main.py
Last active May 14, 2019 20:07
28/04 edition of TalvorGames' bot
from asyncio import coroutine
import asyncio
import socket
import sys
import discord
from discord.ext import commands
import random
from multiprocessing import Manager
from multiprocessing.dummy import Process
try: