-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.py
256 lines (226 loc) · 6.83 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
import os
import time
#import random
import discord
from discord.ext import commands
#from dotenv import load_dotenv
from webserver import keep_alive
from discord import FFmpegPCMAudio
intents = discord.Intents.default()
#intents.members = True
#async def on_ready(self):
# print('Logged on as {0}!'.format(self.user))
#load_dotenv()
TOKEN = os.environ.get('TOKEN')
client = commands.Bot(command_prefix = "-", intents=intents)
@client.command(pass_context = True)
async def join(ctx):
if(ctx.author.voice):
await ctx.send("joined vc")
channel = ctx.author.voice.channel
voice = await channel.connect()
source = FFmpegPCMAudio('here.mp3')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
# print("fail")
@client.command(pass_context = True)
async def silentjoin(ctx):
if(ctx.author.voice):
await ctx.send("joined vc")
channel = ctx.author.voice.channel
voice = await channel.connect()
#source = FFmpegPCMAudio('here.mp3')
#player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def leave(ctx):
if(ctx.author.voice):
await ctx.send("bye bozo")
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('goner.wav')
player = voice.play(source)
time.sleep(2)
await ctx.voice_client.disconnect()
else:
await ctx.send("im not in a vc + ratio")
#response = 'bruh'
@client.command(pass_context = True)
async def yes(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('yes.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def sissy(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('sissy.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def worth(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('worth.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def boo(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('boo.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def uncledame(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('dame.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def skill(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('skill.mp3')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def bttb(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('bttb.mp3')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def erec(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('erecting.mp3')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def no(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('no.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def really(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('really.mp3')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def what(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('15ai.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def gw(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('guesshwat.mp3')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def cheer(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('cheer.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def dammit(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('dammit.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def goodjob(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('goodjob.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def laugh(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('laugh.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def helpme(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('help.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def sucks(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('sucks.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def texas(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('texas.wav')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def saul(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('sault.mp3')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def amongus(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('amongus.mp3')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
@client.command(pass_context = True)
async def prejudice(ctx):
if(ctx.author.voice):
voice = ctx.guild.voice_client
source = FFmpegPCMAudio('prejudice.mp3')
player = voice.play(source)
else:
await ctx.send("hey bozo you arent in a vc")
keep_alive()
client.run(TOKEN)