Open Zerbaib opened 1 year ago
whats change ? In github you need to explain
I have la flemme et je suis pas a profesionnal to the english men
My error is: And i need this fonction to check and fetch the simbol like: BTC, AAPL, EUR, USD, ETH, and other automaticaly
I have la flemme et je suis pas a profesionnal to the english men
In the world of the code you need to speak english
import disnake from disnake.ext import commands import yfinance as yf import matplotlib.pyplot as plt import io from difflib import get_close_matches from utils import error # Make sure you have this module or adjust the import accordingly
class TradeViewCog(commands.Cog): def init(self, bot): self.bot = bot
def setup(bot): bot.add_cog(TradeViewCog(bot))