Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged discord

0 votes
938 views
1 answer
    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)
0 votes
909 views
1 answer
    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)
0 votes
1.0k views
1 answer
    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)
0 votes
1.0k views
1 answer
    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)
0 votes
1.0k views
1 answer
    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)
0 votes
1.1k views
1 answer
    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)
0 votes
1.5k views
1 answer
    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)
0 votes
862 views
1 answer
    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)
0 votes
1.2k views
1 answer
    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)
0 votes
1.1k views
1 answer
    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)
0 votes
1.4k views
1 answer
    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)
0 votes
1.0k views
1 answer
    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)
0 votes
980 views
1 answer
    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)
0 votes
910 views
1 answer
    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)
0 votes
806 views
1 answer
    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)
0 votes
818 views
1 answer
    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)
0 votes
947 views
1 answer
    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)
0 votes
969 views
1 answer
    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)
0 votes
1.2k views
1 answer
    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)
0 votes
1.1k views
1 answer
    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)
0 votes
845 views
1 answer
    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)
0 votes
847 views
1 answer
    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)
0 votes
990 views
1 answer
    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)
0 votes
931 views
1 answer
    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)
0 votes
911 views
1 answer
    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)
0 votes
1.1k views
1 answer
    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)
0 votes
933 views
1 answer
    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)
0 votes
875 views
1 answer
    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)
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

...