Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Simnico99/ZirconSound

Repository files navigation

ZirconSound

A bot for discord that play music from youtube..

Configurations

You need to add configurations to the root of your project appsettings.Development.json and appsettings.json here are exemples:

appsettings.Development.json Exemple:

{
"prefix": ".",
"token": "INSERT DEV BOT DISCORD TOKEN HERE!",
"Logging": {
"LogLevel": {
"Discord": "Warning"
}
},
"Serilog": {
"Using": [],
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
}
},
"Enrich": [ "FromLogContext", "WithMachineName", "WithProcessId", "WithThreadId", "WithAssemblyName", "WithAssemblyVersion" ],
"WriteTo": [
{ "Name": "Console" }
]
}
}

appsettings.json Exemple:

{
"prefix": "!",
"token": "INSERT BOT DISCORD TOKEN HERE",
"Logging": {
"LogLevel": {
"Discord": "Warning"
}
},
"Serilog": {
"Using": [],
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
}
},
"Enrich": [ "FromLogContext", "WithMachineName", "WithProcessId", "WithThreadId", "WithAssemblyName", "WithAssemblyVersion" ],
"WriteTo": [
{ "Name": "Console" },
{
"Name": "Seq",
"Args": {
"serverUrl": "SEQ SERVER URL HERE",
"apiKey": "SEQ SERVER KEY"
}
}
]
}
}

About

A bot for discord that play music from youtube.

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages