Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions config/config.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class config:
# Basic configuration: If you are unsure how to obtain the Bot ID, simply start the bot and it will be logged in the console.
prefix = '/'
botID = 'change-me'
botName = 'change-me'
ownerName = 'change-me'
roomName = 'change-me'
botID = '01b50864d754b0b8522967751d2b34d252b2e8bcc065ef7327b70dfb9d14aaa6'
botName = 'offsetbot'
ownerName = 'daniel_offset'
roomName = '🤖PM BOT🤖'
coordinates = {
'x': 8.5,
'y': 0.6000,
'z': 20.5,
'x': 7,
'y': 0,
'z': 7,
'facing': 'FrontRight'
}

Expand All @@ -21,7 +21,7 @@ class loggers:
joins = True
leave = True
tips = True
emotes = False
emotes = True
reactions = False
userMovement = False

Expand All @@ -37,12 +37,12 @@ class messages:

class permissions:
# You can add as many IDs as you want, for example: ['id1', 'id2'].
owners = ['55bb64735531104341039ca8']
owners = ['daniel_offset']
moderators = ['55bb64735531104341039ca8']


class authorization:
# To obtain your token, visit https://highrise.game/ and log in. Then, go to the settings and create a new bot. Accept the terms and generate a token.
# To obtain your room ID, go to the game and navigate to the top right corner where the player list is displayed. Click on "Share this room" and copy the ID.
room = 'change-me'
token = 'change-me'
room = '65bafc4d0738febd4d5b9a55'
token = '01b50864d754b0b8522967751d2b34d252b2e8bcc065ef7327b70dfb9d14aaa6'