-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.py
416 lines (379 loc) · 17.1 KB
/
main.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
import asyncio, json, os, discord, discord.ext, pyttsx3
from keep_alive import keep_alive
from discord.ext import commands, tasks
from discord_slash import SlashCommand
from discord_slash import SlashContext
from discord_slash.utils import manage_commands
from discord_slash.utils.manage_commands import create_option
from rcon.source import Client
from rcon.source import rcon
with open('config.json') as f:
config = json.load(f)
#Define our bot
client = discord.Client()
client = commands.Bot(command_prefix=config["bot"]["prefix"])
slash = SlashCommand(client, sync_commands=True)
intents = discord.Intents.default()
intents.guilds = True
discord.Intents.members = True
intents.bans = True
intents.emojis = True
intents.integrations = True
intents.webhooks = True
intents.invites = True
intents.voice_states = True
intents.presences = True
intents.messages = True
intents.reactions = True
intents.typing = True
lang = config["messages"]
bot_in_vc = False
ruleta_activa = False
listado_de_nombres = []
members_who_cant_send = []
@client.event
async def on_ready():
await client.change_presence(
status=discord.Status.online,
activity=discord.Game(
name=config["bot"]["status"]["text"],
status=config["bot"]["status"]["type"]
)
)
print("Bot online")
@slash.slash(
name="ruleta",
description="Ruletas evento",
options=[
create_option(
name="tipo_ruleta",
description="Que tipo de ruleta quieres ejecutar?",
option_type=3,
required=True,
choices=[
manage_commands.create_choice(name="Mutacion de ADN",
value="ADN"),
manage_commands.create_choice(
name="Dino Indomables",
value="dinoespitosos"
),
manage_commands.create_choice(name="Dinos Dormilones",
value="dinosdormidos"),
manage_commands.create_choice(
name="Afeccion por Polen (Flor Rara)", value="florrara"),
manage_commands.create_choice(
name="Esporas Malignas provenientes de Setas",
value="setas"),
manage_commands.create_choice(
name="¡Joderrrrrr que me cago! (Diarrea)",
value="diarrea"),
manage_commands.create_choice(
name="¡Alto peligro! - Ventosidades (Tufon)",
value="tufon"),
manage_commands.create_choice(
name="¡Dejen-me dormir es sabado! (Dormilon)",
value="dormilon"),
manage_commands.create_choice(
name="¡Joder me pesa mucho el culo! (Pies de plomo)",
value="playerspeed"),
manage_commands.create_choice(
name="Como el mundo me trajo (Desnudez)", value="desnudo"),
manage_commands.create_choice(
name="Feromonas Sexuales Alteradas! (Orgasmo)",
value="orgasmo"),
manage_commands.create_choice(name="REGRESION INFATIL (Bebe)",
value="bebe"),
manage_commands.create_choice(
name="MIERDA DE MOSQUITOS (Mosquitos)", value="mosquito"),
manage_commands.create_choice(name="Congalacion",
value="congelacion"),
manage_commands.create_choice(name="Chupar energina vital (Casi Muertos)", value="casimuerto"),
manage_commands.create_choice(name="Gases Peligrosos", value="gagases"),
manage_commands.create_choice(name="Altos niveles de radiacion!", value="radio")
]),
create_option(name="duracion_ruleta",
description="Por favor seleciona una opcion de tiempo!",
option_type=3,
required=True,
choices=[
manage_commands.create_choice(name="30 min",
value="1800"),
manage_commands.create_choice(name="25 min",
value="1500"),
manage_commands.create_choice(name="20 min",
value="1200"),
manage_commands.create_choice(name="15 min",
value="900"),
manage_commands.create_choice(name="10 min",
value="600"),
manage_commands.create_choice(name="5 min",
value="300"),
manage_commands.create_choice(name="4 min",
value="240"),
manage_commands.create_choice(name="3 min",
value="180"),
manage_commands.create_choice(name="2 min",
value="120"),
manage_commands.create_choice(name="1 min",
value="60"),
manage_commands.create_choice(name="30 seg",
value="30"),
manage_commands.create_choice(name="Sin Duración",
value="1")
]),
create_option(
name="tempo_repeticion",
description=
"Por favor seleciona una de las siguientes opciones de repeticion",
option_type=3,
required=True,
choices=[
manage_commands.create_choice(name="30 min", value="1800"),
manage_commands.create_choice(name="25 min", value="1500"),
manage_commands.create_choice(name="20 min", value="1200"),
manage_commands.create_choice(name="15 min", value="900"),
manage_commands.create_choice(name="10 min", value="600"),
manage_commands.create_choice(name="5 min", value="300"),
manage_commands.create_choice(name="4 min", value="240"),
manage_commands.create_choice(name="3 min", value="180"),
manage_commands.create_choice(name="2 min", value="120"),
manage_commands.create_choice(name="1 min", value="60"),
manage_commands.create_choice(name="30 seg", value="30"),
manage_commands.create_choice(name="Sin repeticion", value="0")
])
])
async def _help(ctx: SlashContext, tipo: str, duracion: str, repeticion: str):
global ruleta_activa
if str(ctx.author.id) in config["allowed_ids"]:
if ruleta_activa == False:
if str(ctx.author.id) in config["eventos_config"].get(tipo.lower(
))["has_permission"] or config["eventos_config"].get(
tipo.lower())["has_permission"] == "allowed":
try:
duracion = int(duracion)
if duracion < 30:
minutos = duracion
else:
minutos = int(duracion / 60)
repeticion = int(repeticion)
type = tipo.lower()
typeClass = config["eventos_config"].get(type)
serverchatdosentWork = config["serverchat"]
if repeticion > 1 and typeClass["dontrepeat"] == "False":
repeticion = int(repeticion)
else:
repeticion = duracion
if duracion > 1800:
await ctx.send(lang.get("dura_maxima"))
else:
await ctx.send(
f"Se mandaran {tipo} durante {minutos} minutos")
if typeClass["Concat"] == "True":
variableMensaje = typeClass["mensaje"] + str(
minutos) + " " + lang.get("minuts")
response = await rcon(
typeClass["ruletaComando"] + variableMensaje +
"] " + str(typeClass["colorRuleta"]),
host=config["rcon"]["host"],
port=config["rcon"]["port"],
passwd=os.getenv("rconpassword"))
print(response)
if serverchatdosentWork == "True":
response = await rcon(
"serverchat " + variableMensaje,
host=config["rcon"]["host"],
port=config["rcon"]["port"],
passwd=os.getenv("rconpassword"))
else:
response = await rcon(
typeClass["ruletaComando"] +
typeClass["mensaje"] + "]",
host=config["rcon"]["host"],
port=config["rcon"]["port"],
passwd=os.getenv("rconpassword"))
print(response)
if serverchatdosentWork == "True":
response = await rcon(
"serverchat " + typeClass["mensaje"],
host=config["rcon"]["host"],
port=config["rcon"]["port"],
passwd=os.getenv("rconpassword"))
await ctx.send(
f"La peticion se ha completado con exito, se ha lanzado una ruleta del tipo: {tipo}"
)
if typeClass["delay"]:
await asyncio.sleep(typeClass["delay"])
ruleta_activa = True
while duracion > 0 and ruleta_activa:
for message in typeClass["comandos"]:
#await ctx.send(message)
await ctx.send(
f"¡Se ha ejecutado el comando pertinente a la ruleta lanzada! {tipo}"
)
response = await rcon(
message,
host=config["rcon"]["host"],
port=config["rcon"]["port"],
passwd=os.getenv("rconpassword"))
print(response)
# Reduce la duración restante por la cantidad de tiempo de repetición
duracion -= repeticion
if duracion <= 0:
ruleta_activa = False
await ctx.send(
f"La ultima ruleta ejecutada de tipo: {tipo} ha finalizado con exito"
)
# Espera el tiempo de repetición entre cada repetición
await asyncio.sleep(repeticion)
except Exception as e:
print(f"Error en la conexión RCON: {e}")
else:
await ctx.send(lang.get("donthavepermissions_roulette_type"))
else:
await ctx.send(lang.get("ruleta_activa"))
else:
await ctx.send(lang.get("donthavepermisions"))
@slash.slash(
name="clear",
description="Limpia el discord de los deschos humanos llamados mensajes",
options=[
create_option(
name="cantidad",
description=
"Introduce una cantidad de recogedores que quieres comprar!",
option_type=3,
required=True),
])
async def clear(ctx, amount: str):
if str(ctx.author.id) in config["allowed_ids"]:
await ctx.send(
"Se eliminaran todos los desechos! Gracias por usar basurerias Paco"
)
await asyncio.sleep(3)
await ctx.channel.purge(limit=int(amount))
else:
await ctx.send(lang.get("donthavepermisions"))
@slash.slash(
name="serverchat",
description=
"Pues hace lo que su nombre indica mandar un mensaje por el chat del servidor",
options=[
create_option(
name="texto",
description=
"Repuesta que esto le afecta el limite de caracteres de discord y los permitidos por el propio juego!",
option_type=3,
required=True),
])
async def serverchat(ctx: SlashContext, text: str):
if str(ctx.author.id) in config["allowed_ids"]:
try:
with Client(config["rcon"]["host"],
config["rcon"]["port"],
passwd=os.getenv("rconpassword")) as RClient:
response = RClient.run(f'serverchat {text}')
await ctx.send(response)
await ctx.send(
f"La peticion se ha completado con exito, el mensaje ha sido {text}"
)
except Exception as e:
print(f"Error en la conexión RCON: {e}")
else:
await ctx.send(lang.get("donthavepermisions"))
subapartado = []
user_has_permision = False
@slash.slash(
name="broadcast",
description=
"Pues hace lo que su nombre indica mandar un broadcast en el server",
options=[
create_option(
name="texto",
description=
"Repuesta que esto le afecta el limite de caracteres de discord y los permitidos por el propio juego!",
option_type=3,
required=True)
])
async def broadcast(ctx, text: str):
global subapartado
print(ctx.author.name)
for subapartado in config["allowed_ids2"].values():
if str(ctx.author.id) == subapartado["id"]:
user_has_permision = True
print("Name:", subapartado["name"])
print("ID:", subapartado["id"])
print(text)
else:
await ctx.send(lang.get("donthavepermisions"))
@slash.slash(name="joinvoice",
description="this is a test for voice channel join",
options=[
create_option(name="channel",
description="please sleect channel",
option_type=7,
required=True)
])
async def joinvoice(ctx, channel):
if str(ctx.author.id) in config["allowed_ids"]:
await channel.connect()
else:
await ctx.send(lang.get("donthavepermisions"))
@slash.slash(name="deteneruleta",
description="Detener la ultima ruleta ejecutada!")
async def deteneruleta(ctx: SlashContext):
global ruleta_activa
ruleta_activa = False
await ctx.send("La ultima ruleta se ha detenido con exito!")
def text_to_speech(message):
engine = pyttsx3.init()
engine.save_to_file(message, 'tts.mp3')
engine.runAndWait()
@slash.slash(name="tts",
description="Reproduce un mensaje en un canal de voz.",
options=[{
"name": "canal_de_voz",
"description":
"Canal de voz en el que se reproducirá el mensaje.",
"type": 7,
"required": True
}, {
"name": "mensaje",
"description": "Mensaje a reproducir por voz.",
"type": 3,
"required": True
}])
async def tts(ctx, canal_de_voz: discord.VoiceChannel, mensaje: str):
global bot_in_vc
if not bot_in_vc:
try:
vc = await canal_de_voz.connect()
print(vc)
except discord.ClientException:
await ctx.send(
"Ya estoy en un canal de voz. Utiliza el comando 'leave' para salir antes de unirme a otro."
)
bot_in_vc = True
print(
f"Me he unido al canal de voz {canal_de_voz.name}. Se ha establecido la variable a {bot_in_vc}"
)
await ctx.send(f"Me he unido al canal de voz {canal_de_voz.name}.")
else:
await ctx.send(
"Ya estoy en un canal de voz. Utiliza el comando 'leave' para salir antes de unirme a otro."
)
#else:
#await ctx.send(
#"¡Debes estar en un canal de voz para usar este comando!")
@slash.slash(name="leave", description="El bot sale del canal de voz actual.")
async def leave(ctx):
global bot_in_vc
print(bot_in_vc)
if bot_in_vc:
voice_client = ctx.guild.voice_client
await voice_client.disconnect()
bot_in_vc = False
await ctx.send("Me he desconectado del canal de voz.")
else:
await ctx.send("No estoy en un canal de voz.")
keep_alive()
client.run(os.getenv("TOKEN"))