Skip to content
Sign UpLog In
Profile icon

Rukchad Wongprayoon

@Mooping
A bored back-end/discord bot dev Python,Go,C# unratioable
Twitter
GitHub
  • Introduction page template

    Cover page
    Made with HTML, CSS, JS

    This is an introduction template. You can fork and modify it.

    Recent comments (0)
Repls
Community
Mooping
Mooping
published an Update
1 year ago
0
Redis
Redis
Redis Installer
A redis database installer. Very easy template to install redis in just a second! Problems Error: Protocol error, got "H" as reply type byte I still finding what occur this
#bored
#db
#python
+2
Mooping
Mooping
shared a Post
2 years ago
So I want to link domain called api.biomooping.tk no u I clicked a "Link Domain" button 1629085865189_f63f3da710e084a4c1687e24d9d12244 Yes!!!!!!!!!!!!
API
Python
Mooping
Mooping
published a Repl
2 years ago
1
Introduction page template
Introduction page templateThis is an introduction template. You can fork and modify it.
Mooping
Mooping
shared a Post
2 years ago
So here's my problem I write bash script that"ll terminate my python app and it say permission denied help
xxpertHacker
xxpertHacker
Umm... try this? Bash: kill 1 `2 years ago
Mooping
Mooping
shared a Post
2 years ago
This is the bot where you can just fork it up and run it and it'll run forever!(if you look up the readme!.md you should know how to get bot run forev
Username543210
Username543210
guess it doesn't work for me then. 2 years ago
Username543210
Username543210
Screenshot 2021-04-21 at 13.09.46 What??2 years ago
Username543210
Username543210
Screenshot 2021-04-21 at 13.09.12 ??2 years ago
Mooping
Mooping
shared a Post
2 years ago
So here's my problem I made the discord.py bot BUT I want it to say error when user type string instead of integer @commands.command(name='volume')
RYANTADIPARTHI
RYANTADIPARTHI
you can just use int() for wherever you want the user to type.2 years ago
Mooping
Mooping
shared a Post
2 years ago
So I am using loop command. And loop command to link with playnextsong. Somehow playnextsong give me error like this. Traceback (most recent call last
Mooping
Mooping
shared a Post
2 years ago
I using this import discord from discord.ext import commands client = commands.Bot(command_prefix="*") @client.event async def on_ready(): print("l
SixBeeps
SixBeeps
You could turn it into an int: latency = int(client.latency * 1000) `2 years ago