Skip to content

A discord bot that play sound effects in voice channel

License

Notifications You must be signed in to change notification settings

miniman13/doot-doot

 
 

Repository files navigation

Maintainability Maintenance made-with-python GPLv3 license python3.7

Doot-Doot

A Discord bot that play sound effects in voice channel on command. Now with Additional Doot

Installation

Prerequisites:

  • Python 3.7
  • Discord.py rewrite library
  • Discord bot account with token (obtainable through the Discord Developer Portal)
  • aiohttp library

Starting bot:

  1. Install pre-requisites
  2. Copy bot files to location where you want to store them
  3. Replace 'token' in main.py with token
  4. Open CMD/PowerShell/Terminal and navigate to folder with bot files
  5. Type python main.py (if it will not work try python3.7 main.py
  6. Wait until bot logs in to Discord

Adding new sound effects

Replace command_syntax and file_name respectively with: command used to play sound and filename of sound

Syntax

    @commands.command()
    @commands.guild_only()
    async def command_syntax(self, ctx):
        """command_description"""
        await play_file(ctx, "sounds/file_name.mp3")

Attributions

Bot and support server images were created by Freepik from www.flaticon.com and are under Creative Commons BY 3.0 licence

About

A discord bot that play sound effects in voice channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%