Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

!skip #5

Open
mmattbtw opened this issue Jul 18, 2021 · 3 comments
Open

!skip #5

mmattbtw opened this issue Jul 18, 2021 · 3 comments
Labels
good first issue Good for newcomers hacktober help wanted Extra attention is needed Pending PR The resolution to this issue is in a PR stale
Projects
Milestone

Comments

@mmattbtw
Copy link
Member

No description provided.

@mmattbtw mmattbtw added this to the soon™ milestone Jul 18, 2021
@mmattbtw mmattbtw modified the milestones: soon™️, v1.3.0 Aug 1, 2021
@mmattbtw mmattbtw mentioned this issue Aug 1, 2021
@mmattbtw mmattbtw added Pending PR The resolution to this issue is in a PR help wanted Extra attention is needed good first issue Good for newcomers labels Aug 1, 2021
@mmattbtw mmattbtw added this to In progress in Board Aug 11, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2022

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the stale label Jan 3, 2022
@spofoh
Copy link

spofoh commented Sep 20, 2022

Im sorry if im wrong because i'm not that experienced in Python but this should be working or? FeelsDankMan:

@commands.command(name="skip")
async def skip_song_command(self, ctx):
    if ctx.author.is_mod or self.is_owner(ctx):
        sp.next_track(device_id=None)
        await ctx.send(f":) 🎶 Skipping song...")
    else:
        await ctx.send(f"@{ctx.author.name}, You dont have rights for this...")

@mmattbtw
Copy link
Member Author

Im sorry if im wrong because i'm not that experienced in Python but this should be working or? FeelsDankMan:

@commands.command(name="skip")

async def skip_song_command(self, ctx):

    if ctx.author.is_mod or self.is_owner(ctx):

        sp.next_track(device_id=None)

        await ctx.send(f":) 🎶 Skipping song...")

    else:

        await ctx.send(f"@{ctx.author.name}, You dont have rights for this...")

yeah there is code already in the bot, just commented out. if you want to make a pr with this go ahead

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers hacktober help wanted Extra attention is needed Pending PR The resolution to this issue is in a PR stale
Projects
Board
In progress
Development

Successfully merging a pull request may close this issue.

2 participants