How can I make a command in discord.py that can print the graph of a linear equation?

后端 未结 0 1128
眼角桃花
眼角桃花 2021-01-07 17:01
import discord
from discord.ext import commands
import matplotlib.pyplot as plt


class Equations(commands.Cog):

    def __init__(self, client):
        self.client         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题