This website works better with JavaScript.
Explore
Help
Sign In
VollRagm
/
Selfbot.NET
Watch
1
Star
0
Fork
You've already forked Selfbot.NET
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f7a94890b3
dev-rework
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f7a94890b3'
${ noResults }
Selfbot.NET
/
Discord.NET
/
Discord.Net.WebSocket
/
Audio
/
Opus
/
OpusSignal.cs
10 lines
141 B
Raw
Blame
History
namespace
Discord.Audio
{
internal
enum
OpusSignal
:
int
{
Auto
=
-
1000
,
Voice
=
3001
,
Music
=
3002
,
}
}
Reference in new issue
View Git Blame
Copy Permalink