A Code that can make your Discord Account 24/7 on Voice Channels!

Overview

Voicecord

Make your Discord Account Online 24/7 on Voice Channels!


A Code written in Python that helps you to keep your account 24/7 on Voice Channels.

Installation

• Fork the repo

• Clone it to replit

• Install the Self-Bot Package : pip install discord.py-self

• Install PyNaCl using the Package Manager

I would really suggest you to watch this video before installing.


The main.py is the main file. keep_alive.py prevents your repl from going to sleep. (If you have a replit hacker plan, then you can delete this file and paste this code inside the main.py file :


import discord
import os
from discord.ext import commands

class Music(commands.Cog):
    def __init__(self, bot):
        self.bot = bot

    @commands.command()
    async def join(self, ctx, *, channel: discord.VoiceChannel):
        if ctx.voice_client is not None:
            return await ctx.voice_client.move_to(channel)
        await channel.connect()

    @commands.command()
    async def leave(self, ctx):
        await ctx.voice_client.disconnect()

bot = commands.Bot(command_prefix=("&"))

@bot.event
async def on_ready():
    print('Logged in as {0} ({0.id})'.format(bot.user))

bot.add_cog(Music(bot))
bot.run(os.getenv("TOKEN"))

This Code is from this tutorial. If you have any doubts regarding this, feel free to contact me.

DO NOT GIVE YOUR TOKEN TO OTHERS!

Use uptimerobot.com to make your repl online 24/7.


Feel free to Star the Repository if this helped you! ;)


Voicecord © 2021 by SealedSaucer is licensed under Attribution 4.0 International

You might also like...
CRUD database for python discord bot developers that stores data on discord text channels

Discord Database A CRUD (Create Read Update Delete) database for python Discord bot developers. All data is stored in key-value pairs directly on disc

A simple Telegram bot, written in Python, that you can use to shill (i.e. send messages) your token, or whatever, to channels.
A simple Telegram bot, written in Python, that you can use to shill (i.e. send messages) your token, or whatever, to channels.

Telegram Shill Bot Ever wanted a Shill Bot but wankers keep scamming for one OR wanted to charge you an arm and a leg? This is a simple bot written in

📢 Video Chat Stream Telegram Bot. Can ⏳ Stream Live Videos, Radios, YouTube Videos & Telegram Video Files On Your Video Chat Of Channels & Groups !

Telegram Video Chat Bot (Beta) 📢 Video Chat Stream Telegram Bot 🤖 Can Stream Live Videos, Radios, YouTube Videos & Telegram Video Files On Your Vide

It's a Discord bot to control your PC using your Discord Channel or using Reco: Discord PC Remote Controller App.
It's a Discord bot to control your PC using your Discord Channel or using Reco: Discord PC Remote Controller App.

Reco PC Server Reco PC Server is a cross platform PC Controller Discord Bot which is a modified and improved version of Chimera for Reco-Discord PC Re

iso6.9 is a Discord bot written in Python and is used to make your Discord experience better

iso6.9-2.6stable (debloated) iso.bot is originally made by notsniped#4573. This is a remix of iso.bot by αrchιshα#5518. iso6.9 is a Discord bot writte

Check and write all account info + Check nitro on account
Check and write all account info + Check nitro on account

Discord-Token-Checker Check and write all account info + Check nitro on account Also check https://github.com/GuFFy12/Discord-Token-Parser (Parse disc

Unauthenticated enumeration of services, roles, and users in an AWS account or in every AWS account in existence.

Quiet Riot 🎶 C'mon, Feel The Noise 🎶 An enumeration tool for scalable, unauthenticated validation of AWS principals; including AWS Acccount IDs, roo

Deleting someone else's Instagram account, repeat until the target account is blocked.
Deleting someone else's Instagram account, repeat until the target account is blocked.

Program Features 📌 Instagram report V4. 📌 Coded with the latest version of Python. 📌 Has automatic scheduling. 📌 Full account report. 📌 Report a

Roblox-Account-Gen - A simple account generator not using paid solving services

Roblox Account Generator Star this if it helped to spread awareness! No 2captcha

Comments
  • Error

    Error

    Traceback (most recent call last): File "main.py", line 19, in client.run(os.getenv("TOKEN")) File "/home/runner/Voicecord/venv/lib/python3.8/site-packages/discord/client.py", line 742, in run asyncio.run(runner()) File "/nix/store/2vm88xw7513h9pyjyafw32cps51b0ia1-python3-3.8.12/lib/python3.8/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/nix/store/2vm88xw7513h9pyjyafw32cps51b0ia1-python3-3.8.12/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete return future.result() File "/home/runner/Voicecord/venv/lib/python3.8/site-packages/discord/client.py", line 739, in runner await self.start(*args, **kwargs) File "/home/runner/Voicecord/venv/lib/python3.8/site-packages/discord/client.py", line 712, in start await self.login(token) File "/home/runner/Voicecord/venv/lib/python3.8/site-packages/discord/client.py", line 583, in login data = await state.http.static_login(token.strip()) File "/home/runner/Voicecord/venv/lib/python3.8/site-packages/discord/http.py", line 663, in static_login data = await self.get_me() File "/home/runner/Voicecord/venv/lib/python3.8/site-packages/discord/http.py", line 541, in request raise HTTPException(response, data) discord.errors.HTTPException: 429 Too Many Requests (error code: 0):

    Access denied | discord.com used Cloudflare to restrict access

    Error 1015

    Ray ID: 776c819eae26c36c • 2022-12-09 08:52:43 UTC

    You are being rate limited

      <section class="w-240 lg:w-full mx-auto mb-8 lg:px-8">
          <div id="what-happened-section" class="w-1/2 md:w-full">
            <h2 class="text-3xl leading-tight font-normal mb-4 text-black-dark antialiased" data-translate="what_happened">What happened?</h2>
            <p>The owner of this website (discord.com) has banned you temporarily from accessing this website.</p>
            
          </div>
    
          
      </section>
    
      <div class="feedback-hidden py-8 text-center" id="error-feedback">
    <div id="error-feedback-survey" class="footer-line-wrapper">
        Was this page helpful?
        <button class="border border-solid bg-white cf-button cursor-pointer ml-4 px-4 py-2 rounded" id="feedback-button-yes" type="button">Yes</button>
        <button class="border border-solid bg-white cf-button cursor-pointer ml-4 px-4 py-2 rounded" id="feedback-button-no" type="button">No</button>
    </div>
    <div class="feedback-success feedback-hidden" id="error-feedback-success">
        Thank you for your feedback!
    </div>
    
      <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300">
    

    Cloudflare Ray ID: 776c819eae26c36c Performance & security by Cloudflare

    </div><!-- /#cf-error-details -->
    
    opened by Crusader-Boss 1
  • main.py fails to run on replit

    main.py fails to run on replit

    After importing the repository, adding in the token, discord guild and channel IDs and manually joining with the account and trying to run the code in replit, the following error message is displayed and the execution stops

    Traceback (most recent call last):
      File "main.py", line 6, in <module>
        client=commands.Bot(command_prefix=':', self_bot=True, help_command=None)
    TypeError: __init__() missing 1 required keyword-only argument: 'intents'
    
    opened by UnconsciousPebble 1
  • Error - discord.errors.LoginFailure: Improper token has been passed.

    Error - discord.errors.LoginFailure: Improper token has been passed.

    WARNING discord.ext.commands.bot Privileged message content intent is missing, commands may not work as expected. INFO discord.client logging in using static token Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/discord/http.py", line 801, in static_login data = await self.request(Route('GET', '/users/@me')) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/discord/http.py", line 744, in request raise HTTPException(response, data) discord.errors.HTTPException: 401 Unauthorized (error code: 0): 401: Unauthorized

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last): File "/Users/hubailmn/Desktop/vc/Voicecord-main/main.py", line 29, in client.run(token) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/discord/client.py", line 828, in run asyncio.run(runner()) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete return future.result() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/discord/client.py", line 817, in runner await self.start(token, reconnect=reconnect) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/discord/client.py", line 745, in start await self.login(token) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/discord/client.py", line 580, in login data = await self.http.static_login(token) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/discord/http.py", line 805, in static_login raise LoginFailure('Improper token has been passed.') from exc discord.errors.LoginFailure: Improper token has been passed.`

    opened by hubailmn 0
  • A Code that can make your Discord Account 24/7!

    Online-Forever Make your Discord Account Online 24/7! A Code written in Python that helps you to keep your account 24/7. The main.py is the main file.

    Phantom 556 Dec 29, 2022
    A code that can make an account bump your discord server 24/7!

    BumpCord A code that can make an account bump your discord server 24/7! The main.py is the main file. keep_alive.py prevents your repl from going to s

    Phantom 28 Aug 20, 2022
    A code that can make your 5 accounts stay 24/7 in a discord voice channel!

    Voicecord A code that can make your 5 accounts stay 24/7 in a discord voice channel! Usage ・Fork the repo ・Clone it to replit ・Install the required pa

    DraKenCodeZ 3 Jan 9, 2022
    An simple python script for remove rockstar account for fivem, very useful for cheating or change account for unban from an server, remember change steam account.

    This tool is used for be unbanned from servers, u need disconnect the discord, use other steam account and uninstall xbox for be unbanned 100%, it only work for unban in server, not global

    MiguDEV 4 Oct 10, 2022
    A discord account nuker with lots of tools that will destroy a discord account

    A discord account nuker with lots of tools that will destroy a discord account (token destroyer... and much more).

    firexi 10 Apr 28, 2022
    The official Magenta Voice Skill SDK used to develop skills for the Magenta Voice Assistant using Voice Platform!

    Magenta Voice Skill SDK Development • Support • Contribute • Contributors • Licensing Magenta Voice Skill SDK for Python is a package that assists in

    Telekom Open Source Software 18 Nov 19, 2022
    Discord Account Generator that will create Account with hCaptcha bypass. Using socks4 proxies

    Account-Generator [!] This was made for education. Please use socks4 proxies for nice experiences. [!] Please install these modules - "pip3 install ht

    RyanzSantos 10 Feb 23, 2022
    This bot can mention members upto 10,000 in groups and can mention members upto 200 in channels !

    Mention All Bot This bot can mention members upto 10,000 in groups and can mention members upto 200 in channels ! ?? Infomation Language: Python. Tele

    Anjana Madu 52 Dec 29, 2022
    Telegram bot to stream videos in telegram Voice Chat for both groups and channels

    Telegram bot to stream videos in telegram Voice Chat for both groups and channels. Supports live steams, YouTube videos and telegram media. Supports scheduling streams, recording and many more.

    Akki ThePro 2 Sep 11, 2022