forked from Infiziert90/Discord-Skype-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skype-bot-example.ini
66 lines (55 loc) · 2.04 KB
/
skype-bot-example.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[MAIN]
# 0 just prints some basic info during runtime
# 1 prints debug stuff for the bot
# 2 and above start printing debug stuff for libraries etc
# 4 and above includes full parsed items, which can be quite verbose...
debug = 0
# Startprefix for commands that the bot should run
command_prefix = <<
# Email/Password for skype.
# I recommend creating a separate bot account.
skype_email = email
skype_password = password
# Now you need to get a bot token.
# https://discordapp.com/developers/docs/topics/oauth2
# https://discordapp.com/developers/applications/me#top
login_token = Your_Token
# You can set the "game played" to whatever you want
#gameplayed = your game here
# Or pick a different "avatar" icon:
#avatarfile = avatars/avatar.png
[ADMIN_ID]
# User with admin rights (will be able to issue special commands to the bot).
# Only discord ids allowed for now.
infi = 134750566666
[FORBIDDEN_START]
# List words/symbols that should not be relayed from discord to skype.
# If a messages starts with one of these, it will be ignored by the bot.
# For each word/symbol a new line.
# Should be used for Bot commands or stuff like this.
# Variable names do not matter here and are merely used for readability.
cmd_prefix = >>
another_prefix = ?
[FORBIDDEN_SKYPE]
# List the users who should not be shown in discord.
# Do not list your own Bot-Skype-Account here!
first_ban = echo123
[FORBIDDEN_DISCORD]
# List the users who should not be shown in skype.
# Do not list your own Bot-Discord-Account here!
# You can also use the discord username (not nickname)
some_guy = 292666666
trello = 2026666666
trello2 = 3256666666
trello3 = Zi Trello
[SKYPE_CHANNELS]
# List the channels that you want to connect.
# Only one to one connections for now, so you cannot list one channel multiple times.
# Variable namens must be the same for Skype and Discord.
# Example: one->one, two->two
# You can get the skype IDs with skype-get.py
one = 19:47ec9ce6adsadsadsad@thread.skype
two = 19:I3Rhb2Q4OC8asdssadsda.thread.skype
[DISCORD_CHANNELS]
one = 209285020613869568
two = 257175438403567616