Romain J
7962205d16
todo: - fix l'INET6 qui s'affiche comme 10 plutot que 6 - suppr le message Retrieving info si la commande n'a pas pu etre faite - this shit https://canary.discord.com/channels/767804368233037886/768097484655689758/803299217279811634
9 lines
130 B
Python
9 lines
130 B
Python
from discord.ext import commands
|
|
|
|
|
|
class RFC18(commands.UserNotFound):
|
|
pass
|
|
|
|
|
|
class InvalidIp(commands.BadArgument):
|
|
pass
|