This commit is contained in:
Milka64 2020-12-13 18:10:29 +01:00
parent 84637f4f32
commit ebae4dabbd

View file

@ -86,6 +86,9 @@ class Mybot(commands.Cog):
for commit in commits:
detail = commit.attributes
await ctx.channel.send("__" + detail['author_name'] + "__: " + detail['title'] + '\n' + detail['web_url'])
else:
await ctx.channel.send("-_-")
@commands.command(help='clear cache youtube dl')
async def cache_clear(self, ctx):
@ -535,7 +538,7 @@ def main():
logger.info("Initialisation de Kabot")
token = "NjI3MTM3NDY1MDA5ODMxOTQ2.Xxl5dg.-eXs6op39SyB1psp4QZIXv7kPuY"
gl_url = 'https://git.0w.tf/'
gl_token='s-e3HXBUTroL52cNkAbe'
gl_token = 'f_CzDU_3FzMCMfAqDiCq'
gif_token = "udhL9Rgdme3HpAoFhWVZoYM0l0XwkzLz"
bot = commands.Bot(
command_prefix='!',