Ejemplo n.º 1
0
    async def github(self, ctx):
        await ctx.send(
            "Melkey's GitHub can be found here: https://github.com/Amokstakov"
        )

    # config
    @commands.command(name="config", aliases=["rc", "dotfiles", "dopeassconfigfile"])
Ejemplo n.º 2
0
    async def project(self, ctx):
        await ctx.send(
            "I am currently working on dockerizing and deploying my YouTube Downloader for my Russian Parents ye"
        )

    # Editor
    @commands.command(name="editor")
Ejemplo n.º 3
0
    async def githubdot(self, ctx):
        await ctx.send(
            "Melkey's config can be found here: https://github.com/Amokstakov/NvimConfig"
        )

    # Shoutout Commands

    @commands.command(name="so")
Ejemplo n.º 4
0
    async def shoutout(self, ctx, username: str) -> None:
        if ctx.author.is_mod == 1:
            await ctx.send(
                f"A big warm shoutout to the this person right here - show them some LOVE and FOLLOW, https://www.twitch.tv/{username}"
            )

    #Begin MDD

    @commands.command(name="bestmod")
Ejemplo n.º 5
0
    def __init__(self):
        super().__init__(
            irc_token=os.environ['TMI_TOKEN'], 
            client_id=os.environ['CLIENT_ID'], 
            nick=os.environ['BOT_NICK'], 
            prefix=['BOT_PREFIX'], 
            initial_channels=[os.environ['CHANNEL']
            )

    @commands.command(name='ping')
    async def my_command(self, ctx):
        await ctx.send(f'pong {ctx.author.name}!')

bot = Bot()
bot.run()
Ejemplo n.º 6
0
 async def bestmod(self, ctx):
     await ctx.send("Andrew, obviously")
     
 @commands.command(name="real-bestmod")
Ejemplo n.º 7
0
    async def keyboard(self, ctx):
        await ctx.send("Glorious GMMK Ice White with Glorious Panda switches from pcgamingrace.com SPONSORED BY @nyxiative")

    # Current project
    @commands.command(name="project")
Ejemplo n.º 8
0
    async def begingbot(self, ctx):
        await ctx.send("My favorite Twitch Scene is him in his Hottub")

    @commands.command(name="keyboard")
Ejemplo n.º 9
0
    async def TJ(self, ctx):
        await ctx.send("Is my actual brother, thats totally not a lie.")

    @commands.command(name="beginbot")
Ejemplo n.º 10
0
    async def height(self, ctx):
        await ctx.send("MelkeyDev is 7'8\"")

    @commands.command(name="TJ")
Ejemplo n.º 11
0
    async def discord(self, ctx):
        await ctx.send("Join our awesome Discord channel! - https://discord.gg/HHZMSCu")

    @commands.command(name="commands")
Ejemplo n.º 12
0
    async def bully_command(self, ctx):
        await ctx.send("pronerd_jay is literal garbage")

    #followage, gets the length of time that a given user has been following the channel
    @commands.command(name="followage", aliases=["followtime", "simptime"])
Ejemplo n.º 13
0
    async def realbestmod(self, ctx):
        await ctx.send("astro, obviously")

    @commands.command(name="worstmod")
Ejemplo n.º 14
0
 async def temmyify(self, ctx):
     await ctx.send(temmytranslator.temmytranslate(ctx.content))
     
 @commands.command(name="hammond")
Ejemplo n.º 15
0
    async def theme(self, ctx):
        await ctx.send("ThePrimeagen is the GOAT")

    # GitHub Link
    @commands.command(name="github")
Ejemplo n.º 16
0
    async def theme(self, ctx):
        await ctx.send("NVIM - SpaceCamp")

    # Current Theme in Editor
    @commands.command(name="GOAT")
Ejemplo n.º 17
0
    async def editor(self, ctx):
        await ctx.send("Melkey is currently using NVIM as the Editor")

    # Current Theme in Editor
    @commands.command(name="theme")