Releases: Jarvis1337/Discord-24-7-Online-Client
Discord 24/7 Online Client v3.1.0
New Update Rolling Discord Online Client v3.1.0 ✔
Adding Some New Features 🚀 ----
- ✔ Import the Discord Activity Module Discord.py <3 🙃
Now You Can Set The Custom Activity of Your Discord Bot/Account... And Now Also You Can Set The Discord Presence... Like Example----
- online
- idle
- dnd
Updating Some File 🛠 ----
⭐ Feel free to Star the Repository if you like this update!
Discord-Online-Client © 2022 by Yours-Jarvis is licensed under GNU General Public License v3.0 and Attribution 4.0 International
🚀 Please follow on GitHub to stay tuned with us for more Exciting future Updates like this. | © 2022 — Made By Your's Jarvis #2431 with ♥
Discord 24/7 Online Client v3.0.1
Discord-Online-Client <3
Make your Discord Bot/Account Online 24/7 ----
Discord 24-7 Online Client, Python Script that helps you to keep your discord bot/account online 24/7. Built with discord.py
🚀 Starting ----
I will prefer to run it on repl.it as it gives more convinience than glitch website.. Go to repl.it here.To gain free hacker plan, go to here and paste this code there
Code - Linux-Jarvis
A Code written in Python that helps you to keep your discord bot/account online 24/7
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
client = commands.Bot(command_prefix='YJ!', self_bot=True, help_command=None)
async def on_ready():
await client.change_presence(status=discord.Status.online, activity=discord.Game("Your's Jarvis"))
client.run(os.getenv("TOKEN"), bot=False)
DO NOT GIVE YOUR DISCORD TOKEN TO OTHERS!
- Use Uptime Robot to make your repl online 24/7.
- And Please Consider the Reading, Setup to Uptime Robot.
IF YOU HAVE ANY DOUBTS REGARDING THIS, FEEL FREE TO CONTACT ME!
- You Can Find Me Here: ----
- Discord and Instagram:
For repl.it users -
- Tap on this --
🛠 Main.py Example Files ----
I Have Given you 2 Example Files of Main.py - [main.py] Dc Account.example Or [main.py] Dc Bot.example
- [main.py] Dc Account.example: This Code was helps you to keep your Discord Account online 24/7
import discord
import os
import keep_alive
from discord.ext import commands
client = commands.Bot(command_prefix='YJ!', self_bot=True)
# <!-- Import Your Self Bot Commands <3 -->
async def on_ready():
client.remove_command('help')
await client.change_presence(status=discord.Status.online, activity=discord.Game("Your's Jarvis"))
keep_alive.keep_alive()
client.run(os.getenv("TOKEN"), bot=False)
HOW TO USE IT: Copy the code from [main.py] Dc Account.example File and then paste your code inside the main.py File.
- [main.py] Dc Bot.example: This Code was helps you to keep your Discord Bot online 24/7
import discord
import os
import keep_alive
from discord.ext import commands
client = commands.Bot(command_prefix='YJ!')
# <!-- Import Your Bot Module/Commands <3 -->
async def on_ready():
await client.change_presence(status=discord.Status.online, activity=discord.Game("Your's Jarvis"))
keep_alive.keep_alive()
client.run(os.getenv("TOKEN"), bot=True) # if the line does't work so replace this line of code || client.run(os.getenv("TOKEN") ||
HOW TO USE IT: Copy the code from [main.py] Dc Bot.example File and then paste your code inside the main.py File.
🔥 Setup to Uptime Robot ----
After Completing all the required installments and the changes head over to Uptime Robot and login there..Choose the monitor as
https
.Then you would need a link..You could get the link in the web section of you project..First time if you dont run the project you could not see that section.Run the project and you could see it.Then paste the link in uptime robot and take any name and click monitor..And your project will be online 24/7..
We Are Also Gonna Add Some More New Amazing & Existing Features...
🚀 Please follow on GitHub to stay tuned with us for more Exciting future Updates like this.
✔ Discord-Online-Client Version ----
⭐ Feel free to Star the Repository if this helped you!
Discord-Online-Client © 2022 by Yours-Jarvis is licensed under GNU General Public License v3.0 and Attribution 4.0 International
Discord 24/7 Online Client v2.1.0
🤖 Discord 24/7 Online Client (Version 2.1.0)
Discord 24-7 Online Client Python Script ( Bot + User Account ) Built with discordjs.guide
🏁 Starting
I will prefer to run it on repl.it as it gives more convinience than glitch website.. Go to repl.it here.To gain free hacker plan, go to here and paste this code there
Code - Jarvis
🔥 A Major Outlook
After Completing all the required installments and the changes head over to Uptime Robot here and login there..Choose the monitor as https
.Then you would need a link..You could get the link in the web section of you project..First time if you dont run the project you could not see that section.Run the project and you could see it.Then paste the link in uptime robot and take any name and click monitor..And your project will be online 24/7..
We Are Also Gonna Add Some More New Amazing & Existing Features...
🚀 Please follow on GitHub to stay tuned with us for more Exciting future Updates like this.
🔎 Making The Project
For PC users using VS Code -
git clone git:https://github.com/Yours-Jarvis/Discord-24-7-Online-Client -b jb_2.5
pip install
After installation finishes you can use pip install
to start the Script.
Type (python3 main.py) in console
For repl.it users -
Tap on this --
⚙️ Making Files
Copy or Rename .env.example
to .env
and fill out the values:
🚨🚨 Commiting your token to be accessed by others or making it public is strictly prohibited.So, dont share your token in any cost or use .gitignore to hide secrets 🚨🚨
TOKEN= // Paste Your Client Token //
© 2021 — Made By Your's Jarvis #2431 with ♥
Discord 24/7 Online Client v2
🤖 Discord 24/7 Online Client ( Version 2.0.1 )
Discord 24-7 Online Client Python Script ( Bot + User Account ) Built with discordjs.guide
🏁 Starting
I will prefer to run it on repl.it as it gives more convinience than glitch website.. Go to repl.it here.To gain free hacker plan, go to here and paste this code there
Code - Jarvis
🔥 A Major Outlook
After Completing all the required installments and the changes head over to Uptime Robot here and login there..Choose the monitor as https
.Then you would need a link..You could get the link in the web section of you project..First time if you dont run the project you could not see that section.Run the project and you could see it.Then paste the link in uptime robot and take any name and click monitor..And your project will be online 24/7..
We Are Also Gonna Add Some More New Amazing & Existing Features...
🚀 Please follow on GitHub to stay tuned with us for more Exciting future Updates like this.
🔎 Making The Project
For PC users using VS Code -
git clone https://github.com/Yours-Jarvis/Discord-24-7-Online-Client
npm install
After installation finishes you can use pip install
to start the Script.
Type (pip install) in console
For repl.it users -
Tap on this --
⚙️ Making Files
Copy or Rename .env.example
to .env
and fill out the values:
🚨🚨 Commiting your token to be accessed by others or making it public is strictly prohibited.So, dont share your token in any cost or use .gitignore to hide secrets 🚨🚨
TOKEN= // Paste Your Client Token //
© 2021 — Made By Your's Jarvis #2431 with ♥
Discord 24/7 Online Client
🤖 Discord 24/7 Online Client
Discord 24-7 Online Client Python Script ( Bot + User Account ) Built with discordjs.guide
🏁 Starting
I will prefer to run it on repl.it as it gives more convinience than glitch website.. Go to repl.it here.To gain free hacker plan, go to here and paste this code there
Code - Jarvis
🔥 A Major Outlook
After Completing all the required installments and the changes head over to Uptime Robot here and login there..Choose the monitor as https
.Then you would need a link..You could get the link in the web section of you project..First time if you dont run the project you could not see that section.Run the project and you could see it.Then paste the link in uptime robot and take any name and click monitor..And your project will be online 24/7..
We Are Also Gonna Add Some More New Amazing & Existing Features...
🚀 Please follow on GitHub to stay tuned with us for more Exciting future Updates like this.
🔎 Making The Project
For PC users using VS Code -
git clone https://github.com/Yours-Jarvis/Discord-24-7-Online-Client
npm install
After installation finishes you can use pip install
to start the Script.
Type (pip install) in console
For repl.it users -
Tap on this --
⚙️ Making Files
Copy or Rename .env.example
to .env
and fill out the values:
🚨🚨 Commiting your token to be accessed by others or making it public is strictly prohibited.So, dont share your token in any cost or use .gitignore to hide secrets 🚨🚨
TOKEN= // Paste Your Client Token //
© 2021 — Made By Your's Jarvis #2431 with ♥