All Projects → SealedSaucer → Online-Forever

SealedSaucer / Online-Forever

Licence: Apache-2.0 License
A Code that can make your Discord Account 24/7!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Online-Forever

Fake-Streamer
A Code that allows you to get the "Streaming" Discord Status WITHOUT Streaming!
Stars: ✭ 48 (-80.49%)
Mutual labels:  discord-bot, discord-selfbot, discord-self-bot, discord-account, discord-accounts, sealedsaucer
ValorantStoreChecker-discord-bot
Valorant Utility Bot
Stars: ✭ 154 (-37.4%)
Mutual labels:  discord-bot, discord-py, dpy
mass-dm-discord
A MassDM selfbot which is working in 2021. Only for educational purposes 🥱🚀
Stars: ✭ 87 (-64.63%)
Mutual labels:  discord-bot, discord-py, discord-selfbot
Discord-Moderation-Bot
Modular Moderation bot for Discord
Stars: ✭ 49 (-80.08%)
Mutual labels:  discord-bot, discord-py
TragicSimpBot
TragicSimp is a discord bot that can send memes, facts, jokes, quotes, and track user stats. This bot has leveling system which rank user based on their commands in a channel created by Bot
Stars: ✭ 22 (-91.06%)
Mutual labels:  discord-bot, discord-py
Discord-Selfbot
Discord.js selfbot
Stars: ✭ 24 (-90.24%)
Mutual labels:  discord-bot, discord-selfbot
sudoBot
A discord bot written in Python
Stars: ✭ 28 (-88.62%)
Mutual labels:  discord-bot, discord-py
Discord-Tools
VSCode extension allowing the integration of a Discord chat, bot templates, snippets, themes and more!
Stars: ✭ 91 (-63.01%)
Mutual labels:  discord-bot, discord-py
Axley
A simple multi-purpose Discord bot being made using Discord.py API wrapper..
Stars: ✭ 16 (-93.5%)
Mutual labels:  discord-bot, discord-py
eco-bot
A Economy Bot made using discord module of python
Stars: ✭ 31 (-87.4%)
Mutual labels:  discord-bot, discord-py
miso-bot
Discord bot with too many features
Stars: ✭ 41 (-83.33%)
Mutual labels:  discord-bot, discord-py
Guildbomb-Discord-Bot
💣 Guildbomb is a simple discord-bot, which shows you how easy it can be to raid a discord-server within one minute, so everybody will be banned, all emojis will be deleted, all invites will be deleted, every role and every channel too..
Stars: ✭ 182 (-26.02%)
Mutual labels:  discord-bot, discord-py
Kreusada-Cogs
Cogs for Red-DiscordBot
Stars: ✭ 26 (-89.43%)
Mutual labels:  discord-bot, discord-py
Discord-Spammer
Advanced Discord Spammer with multiple options and optional proxys
Stars: ✭ 51 (-79.27%)
Mutual labels:  discord-bot, discord-py
plumeria
🤖 A Discord chat bot with rich data piping between commands
Stars: ✭ 35 (-85.77%)
Mutual labels:  discord-bot, discord-py
1bot
"One bot, several uses". 1Bot is a multipurpose bot that has all the moderation tools you need, lots of useful utility commands, and a bunch of fun commands that we all need once in a while.
Stars: ✭ 19 (-92.28%)
Mutual labels:  discord-bot, discord-py
discord-uptime
Discord bot to monitor uptime of services using ping and http requests
Stars: ✭ 46 (-81.3%)
Mutual labels:  discord-bot, discord-py
albion-discord-bot
Discord Bot for Albion Online that: fetch market prices, search players/guilds, and more!
Stars: ✭ 27 (-89.02%)
Mutual labels:  discord-bot, discord-py
mediaforge
A Discord bot for editing and creating videos, images, GIFs, and more!
Stars: ✭ 45 (-81.71%)
Mutual labels:  discord-bot, discord-py
Licensy
Discord bot that manages expiration of roles with subscriptions!
Stars: ✭ 47 (-80.89%)
Mutual labels:  discord-bot, discord-py

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. 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=':', self_bot=True, help_command=None)

async def on_ready():
  await client.change_presence(status=discord.Status.online, activity=discord.Game("TESTING"))

client.run(os.getenv("TOKEN"), bot=False)

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! ;)


Online Forever © 2021 by SealedSaucer is licensed under Attribution 4.0 International

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].