https://github.com/aiko-it-systems/discatsharp.snippets
Thanks to https://github.com/StormDevelopmentSoftware/
https://github.com/aiko-it-systems/discatsharp.snippets
discatsharp
Last synced: 2 months ago
JSON representation
Thanks to https://github.com/StormDevelopmentSoftware/
- Host: GitHub
- URL: https://github.com/aiko-it-systems/discatsharp.snippets
- Owner: Aiko-IT-Systems
- License: mit
- Created: 2021-09-13T19:09:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T21:09:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T17:38:21.654Z (4 months ago)
- Topics: discatsharp
- Language: Vim Snippet
- Homepage: https://github.com/Aiko-IT-Systems/DisCatSharp
- Size: 36.1 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DisCatSharp Snippets
Simple shortcuts (snippets) to develop a bot using the DisCatSharp Discord API.## How to install:
> Windows1: Goto %USERPROFILE%\Documents\Visual Studio **VERSION**\Code Snippets\Visual C#\My Code Snippets
2: Put .snippets in this folder and use in Visual Studio.## Snippets Shortcuts:
- dcs: Include base DCS Namespaces
- dcs_cnext: Include base DCS Commands Next Namespaces
- dcs_vnext: Include base DCS Voice Next Namespaces
- dcs_command: Create a single Command Task.
- dcs_group: Create a group command class.