This commit is contained in:
aikaterna
2017-10-04 22:28:30 -07:00

View File

@@ -8,7 +8,9 @@ import heapq
import os
from io import BytesIO
import matplotlib
matplotlib.use('agg')
import matplotlib.pyplot as plt
plt.switch_backend('agg')
from discord.ext import commands