您最多选择25个标签 标签必须以中文、字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920
  1. ---
  2. title: Frequently Asked Questions
  3. ---
  4. # Frequently Asked Questions
  5. >[!NOTE]
  6. >All of these samples assume you have `_client` defined as a `DiscordSocketClient`.
  7. #### Changing the bot's avatar
  8. [!code-csharp[Bot Avatar](samples/faq/avatar.cs)]
  9. #### Changing the bot's status
  10. [!code-sharp[Bot Status](samples/faq/status.cs)]
  11. #### Sending a message to a channel
  12. [!code-csharp[Message to Channel](samples/faq/send_message.cs)]