Example #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"])
Example #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")
Example #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")
Example #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")
Example #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()
Example #6
0
 async def bestmod(self, ctx):
     await ctx.send("Andrew, obviously")
     
 @commands.command(name="real-bestmod")
Example #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")
Example #8
0
    async def begingbot(self, ctx):
        await ctx.send("My favorite Twitch Scene is him in his Hottub")

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

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

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

    @commands.command(name="commands")
Example #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"])
Example #13
0
    async def realbestmod(self, ctx):
        await ctx.send("astro, obviously")

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

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

    # Current Theme in Editor
    @commands.command(name="GOAT")
Example #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")