Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged Discord
0
votes
1.1k
views
1
answer
discord - how do i edit my bot which help in posting community pokemoon coords
How to add message.content like the message I get from another channel and make it in description in embeds? The ... -i-edit-my-bot-which-help-in-posting-community-pokemoon-coords...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.1k
views
1
answer
discord - Removing parts of a quote pulled from an API python
I'm working on a discord bot and I decided to make a quote command, I'm using this quote API: https:// ... /questions/65832171/removing-parts-of-a-quote-pulled-from-an-api-python...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.2k
views
1
answer
discord - how to get a apis output in python without json
here is api i am trying https://api.apithis.net/host2ip.php?hostname=google.com as you can see unlike json apis ... /65834486/how-to-get-a-apis-output-in-python-without-json...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.2k
views
1
answer
discord - Autorole with rules screening
I have a Discord.js bot, I want it to give new members a role. I know how to do that HOWEVER ... from:https://stackoverflow.com/questions/65843690/autorole-with-rules-screening...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.2k
views
1
answer
discord - Problems with a serverinfo command
n = [role.mention for role in ctx.guild.roles] u = n[len(n) - 1] ab = n[0] Above, ... question from:https://stackoverflow.com/questions/65856691/problems-with-a-serverinfo-command...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.3k
views
1
answer
discord - Delete message command, its work only for Owner, Admin and Moderator
I am code the Discord bot for my server. I want to add a command for my bot, the command will clear ... 65859356/delete-message-command-its-work-only-for-owner-admin-and-moderator...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.7k
views
1
answer
discord - How do I send random embed images with a python bot
Here is what I used: @client.command() async def testcode(ctx): mum = random.choice(test.links) embed = discord. ... 65865664/how-do-i-send-random-embed-images-with-a-python-bot...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.1k
views
1
answer
discord - Python shedule does not perform a function
My shedule script does not perform a function. I do everything as it should be, and the function does not ... .com/questions/65887940/python-shedule-does-not-perform-a-function...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.4k
views
1
answer
discord - trying to make a bot that counts members in a voice channel
Please don't comment if think that what I'm asking is stupid. I am completely new to this. I tried searching up ... /trying-to-make-a-bot-that-counts-members-in-a-voice-channel...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.2k
views
1
answer
discord - How to make my bot auto delete swear words and replacing them with like a warning?
if (msg.content === 'SWEARWORD') { msg.reply('No swearing u nub >:) '); } How do I fix it and make it ... -make-my-bot-auto-delete-swear-words-and-replacing-them-with-like-a-warnin...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.6k
views
1
answer
discord - TypeError: cmd.run is not a function
When I'm trying to make a Discord.js Command Handler I'm taking this error. How can I fix this? I ... //stackoverflow.com/questions/65952704/typeerror-cmd-run-is-not-a-function...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.2k
views
1
answer
discord - Is there a way to send game invites?
I was wondering if it was possible for a bot to either forward or create game invites to games like cod, rainbow ... .com/questions/65641485/is-there-a-way-to-send-game-invites...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.2k
views
1
answer
discord - How can I "press enter" or go to the next line in an embed?
So I'm making my help page and I want to list all of the commands and their description. When I tried putting every command ... can-i-press-enter-or-go-to-the-next-line-in-an-embed...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.1k
views
1
answer
discord - How to use guilds.join?
I have no idea how to use guilds.join. Are there any examples for this? On Github or something. i couldn' ... :https://stackoverflow.com/questions/65647697/how-to-use-guilds-join...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
982
views
1
answer
discord - Sorting through html with javascript
I am making a discord bot in javascript. My intent is to visit https://api.chess.com/pub/player/ ... ://stackoverflow.com/questions/66053467/sorting-through-html-with-javascript...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.0k
views
1
answer
discord - Sorting through html with javascript
I am making a discord bot in javascript. My intent is to visit https://api.chess.com/pub/player/ ... ://stackoverflow.com/questions/66053467/sorting-through-html-with-javascript...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.1k
views
1
answer
discord - A code to add a role to all members of the server
const { MessageEmbed } = require('discord.js') module.exports = { name: "addrole", aliases: ["role", "P!role"], ... /66057606/a-code-to-add-a-role-to-all-members-of-the-server...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.1k
views
1
answer
discord - A code to add a role to all members of the server
const { MessageEmbed } = require('discord.js') module.exports = { name: "addrole", aliases: ["role", "P!role"], ... /66057606/a-code-to-add-a-role-to-all-members-of-the-server...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.4k
views
1
answer
discord - Declaration or statement expected. ts(1128
I am new to coding and i am trying to male it so it responds when i say ?rules but i got ... :https://stackoverflow.com/questions/66062291/declaration-or-statement-expected-ts1128...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.3k
views
1
answer
discord - Declaration or statement expected. ts(1128
I am new to coding and i am trying to male it so it responds when i say ?rules but i got ... :https://stackoverflow.com/questions/66062291/declaration-or-statement-expected-ts1128...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.0k
views
1
answer
discord - '${}' doesn't work as intented in javascript
I have some code and when I type '${prefix}test' instead of making it !test it is ${prefix}test ... ://stackoverflow.com/questions/66068422/doesnt-work-as-intented-in-javascript...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.0k
views
1
answer
discord - Python shedule does not perform a function
My shedule script does not perform a function. I do everything as it should be, and the function does not ... .com/questions/65887940/python-shedule-does-not-perform-a-function...
asked
Jul 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.2k
views
1
answer
discord - How to make my bot auto delete swear words and replacing them with like a warning?
if (msg.content === 'SWEARWORD') { msg.reply('No swearing u nub >:) '); } How do I fix it and make it ... -make-my-bot-auto-delete-swear-words-and-replacing-them-with-like-a-warnin...
asked
Apr 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.1k
views
1
answer
discord - How to make my bot auto delete swear words and replacing them with like a warning?
if (msg.content === 'SWEARWORD') { msg.reply('No swearing u nub >:) '); } How do I fix it and make it ... -make-my-bot-auto-delete-swear-words-and-replacing-them-with-like-a-warnin...
asked
Apr 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.1k
views
1
answer
discord - TypeError: cmd.run is not a function
When I'm trying to make a Discord.js Command Handler I'm taking this error. How can I fix this? I ... //stackoverflow.com/questions/65952704/typeerror-cmd-run-is-not-a-function...
asked
Apr 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.3k
views
1
answer
discord - How do i make a warn command for my bot using DISCORDIA(LUA)
How can i make a warn command in discordia? i have tried this but the .json returns as null(no error) in cmd, ive ... json", "w") wopen:write(json.stringify(wparse)) wopen:close()...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.1k
views
1
answer
discord - 'if not "giveaway rig" in str(ctx.command): AttributeError: 'CheckFailure' object has no attribute 'command'` Can you tell how to fix this?
This is my code: @bot.event async def on_command_error(error, ctx): if not "giveaway rig" in str(ctx.command): if ... ' object has no attribute 'command' How can I fix this?...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
0
votes
1.1k
views
1
answer
discord - What's the prefix for mute
Problems with my bot. Can't get mute to work. Help? Can't find any prefix and don't know where to add it or how to format it. ... : `${hours}`, seconds: `${seconds}`, }; } } };...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] javascript - How to get this PRNG to generate numbers within the range?
[2] antd 的Modal组件 如何设置多层弹窗 多次点击出多层窗口
[3] 如图:node服务转发请求携带中文,后端接收到的是乱码,这个怎么解决?
[4] forEach遍历数组查询数据库,返回多个Promise,如何接收?
[5] python - Pyspark write JSON column to Postgres using AWS Glue
[6] js打印编码问题,如何解决一个字符输出2个标签?
[7] unity3d - Unity c# control other scripts variables in realtime by registering variable
[8] git - Creating Issues in a different branch via github's cli
[9] r - Are vectors determined using envfit() independently calculated?
[10] docker执行run命令,加上--privileged和/usr/sbin/init,然后就跳出图形化界面(KDE),进不去了
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...