コード例 #1
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    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"])
コード例 #2
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    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")
コード例 #3
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    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")
コード例 #4
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    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")
コード例 #5
0
ファイル: bot.py プロジェクト: convell/panopticon
    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()
コード例 #6
0
 async def bestmod(self, ctx):
     await ctx.send("Andrew, obviously")
     
 @commands.command(name="real-bestmod")
コード例 #7
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    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")
コード例 #8
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    async def begingbot(self, ctx):
        await ctx.send("My favorite Twitch Scene is him in his Hottub")

    @commands.command(name="keyboard")
コード例 #9
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    async def TJ(self, ctx):
        await ctx.send("Is my actual brother, thats totally not a lie.")

    @commands.command(name="beginbot")
コード例 #10
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    async def height(self, ctx):
        await ctx.send("MelkeyDev is 7'8\"")

    @commands.command(name="TJ")
コード例 #11
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    async def discord(self, ctx):
        await ctx.send("Join our awesome Discord channel! - https://discord.gg/HHZMSCu")

    @commands.command(name="commands")
コード例 #12
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    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"])
コード例 #13
0
    async def realbestmod(self, ctx):
        await ctx.send("astro, obviously")

    @commands.command(name="worstmod")
コード例 #14
0
 async def temmyify(self, ctx):
     await ctx.send(temmytranslator.temmytranslate(ctx.content))
     
 @commands.command(name="hammond")
コード例 #15
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    async def theme(self, ctx):
        await ctx.send("ThePrimeagen is the GOAT")

    # GitHub Link
    @commands.command(name="github")
コード例 #16
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    async def theme(self, ctx):
        await ctx.send("NVIM - SpaceCamp")

    # Current Theme in Editor
    @commands.command(name="GOAT")
コード例 #17
0
ファイル: bot.py プロジェクト: justJay-dev/DelkeyMevTwitchBot
    async def editor(self, ctx):
        await ctx.send("Melkey is currently using NVIM as the Editor")

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