Skip to content

Instantly share code, notes, and snippets.

View FIERCEDINO080's full-sized avatar

FIERCEDINO080

  • discord lol
View GitHub Profile
@jayktaylor
jayktaylor / bot.py
Last active December 11, 2017 10:07
MusicBot - Ping command
async def cmd_ping(self):
"""
Usage:
{command_prefix}ping
Ping command to test latency
"""
return Response("Pong!")