We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec57e25 commit a709d3fCopy full SHA for a709d3f
bot.py
@@ -3,6 +3,8 @@
3
import os
4
from os import path
5
6
+import matplotlib
7
+matplotlib.use('Agg')
8
import sympy as syp
9
from discord.ext.commands import Bot
10
0 commit comments