C
C#15mo ago
Miki_Official

✅ Help with TextCopy

Need help with text copy
19 Replies
Pobiega
Pobiega15mo ago
Another low effort post from you on the same topic? Read through $ask and change your attitude if you want help.
MODiX
MODiX15mo ago
How to get the best help catpog Make a post in #help or one of the topic channels under Development. Avoid askingcatthinking Can anybody help catthinking Has anyone used catthinking Why doesn't my code work? C# is a big area! No one knows they can help unless you tell them about the small area you're trying to work in. Explain what you are doing, and potentially why for as much context as possible. Avoid screenshots where possible, share code directly in Discord. Type $code into chat to learn how to post code. See https://www.nohello.net and https://dontasktoask.com if you want common help chat room etiquette.
Miki_Official
Miki_Official15mo ago
$ask
MODiX
MODiX15mo ago
How to get the best help catpog Make a post in #help or one of the topic channels under Development. Avoid askingcatthinking Can anybody help catthinking Has anyone used catthinking Why doesn't my code work? C# is a big area! No one knows they can help unless you tell them about the small area you're trying to work in. Explain what you are doing, and potentially why for as much context as possible. Avoid screenshots where possible, share code directly in Discord. Type $code into chat to learn how to post code. See https://www.nohello.net and https://dontasktoask.com if you want common help chat room etiquette.
Miki_Official
Miki_Official15mo ago
$ask CopyText
MODiX
MODiX15mo ago
How to get the best help catpog Make a post in #help or one of the topic channels under Development. Avoid askingcatthinking Can anybody help catthinking Has anyone used catthinking Why doesn't my code work? C# is a big area! No one knows they can help unless you tell them about the small area you're trying to work in. Explain what you are doing, and potentially why for as much context as possible. Avoid screenshots where possible, share code directly in Discord. Type $code into chat to learn how to post code. See https://www.nohello.net and https://dontasktoask.com if you want common help chat room etiquette.
Miki_Official
Miki_Official15mo ago
bruh $code
MODiX
MODiX15mo ago
To post C# code type the following: ```cs // code here ``` Get an example by typing $codegif in chat If your code is too long, post it to: https://paste.mod.gg/
Miki_Official
Miki_Official15mo ago
using System;
using TextCopy;

class Program
{
static void Main(string[] args)
{
string textToCopy = "Hello, world!";

// Copy the text to clipboard
await Clipboard.SetTextAsync(textToCopy);

Console.WriteLine("Text has been copied to clipboard!");
}
}
using System;
using TextCopy;

class Program
{
static void Main(string[] args)
{
string textToCopy = "Hello, world!";

// Copy the text to clipboard
await Clipboard.SetTextAsync(textToCopy);

Console.WriteLine("Text has been copied to clipboard!");
}
}
$codegif
Miki_Official
Miki_Official15mo ago
this is dumb asf
Pobiega
Pobiega15mo ago
What, asking for help properly in a respectful manner?
Miki_Official
Miki_Official15mo ago
ye
Pobiega
Pobiega15mo ago
See this button? Click it.
Miki_Official
Miki_Official15mo ago
nice joke bruh, this comunity is so toxic i just need help cuz iam new to coding
Pobiega
Pobiega15mo ago
There are plenty of new people who come here and ask for and get help. The difference is they ask properly, providing details and being respectful to people helping.
Miki_Official
Miki_Official15mo ago
iam but this bot is dumb
Pobiega
Pobiega15mo ago
If you don't put in any effort in asking, why should someone else put in effort in helping? its just a tag bot lol. We use tags to save us from the effort of re-typing long blobs of text. $ask is not a command, it literally just makes the bot print that same message.
Accord
Accord15mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.