Ejemplo n.º 1
0
 async def randum(self, ctx):
     await self.audio_player.play(
         ctx, get_random_sample(self.__class__.__name__, "/"))
Ejemplo n.º 2
0
 async def memes(self, ctx):
     await self.audio_player.play(
         ctx, get_random_sample(self.__class__.__name__, "custom"))
Ejemplo n.º 3
0
 async def noises(self, ctx):
     await self.audio_player.play(
         ctx, get_random_sample(self.__class__.__name__, "noises"))
Ejemplo n.º 4
0
 async def doctor(self, ctx):
     await self.audio_player.play(
         ctx, get_random_sample(self.__class__.__name__, "doctor"))
Ejemplo n.º 5
0
 async def foam(self, ctx):
     await self.audio_player.play(
         ctx, get_random_sample(self.__class__.__name__, "we_got_foam"))
Ejemplo n.º 6
0
 async def goldcobra(self, ctx):
     await self.audio_player.play(
         ctx, get_random_sample(self.__class__.__name__, "gcobra"))