Skip to content

Commit

Permalink
Update For desert base
Browse files Browse the repository at this point in the history
  • Loading branch information
olijeffers0n committed Nov 4, 2021
1 parent a639f64 commit da6eec5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rustplus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

__name__ = "rustplus"
__author__ = "olijefferson"
__version__ = "4.0"
__version__ = "4.0.1"
__support__ = "Discord: https://discord.gg/nQqJe8qvP8"
Binary file added rustplus/api/icons/desert_base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion rustplus/utils/monument_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ def __init__(self, overrideImages : dict = {}) -> None:
"sewer_display_name" : "sewer.png",
"oil_rig_small" : "small_oil_rig.png",
"large_oil_rig" : "large_oil_rig.png",
"underwater_lab" : "underwater_lab.png"
"underwater_lab" : "underwater_lab.png",
"AbandonedMilitaryBase" : "desert_base.png"
}

self.overrideImages = overrideImages
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
project_urls={
"Issue tracker": "https://github.com/olijeffers0n/rustplus/issues",
},
version="4.0",
version="4.0.1",
include_package_data=True,
packages = ['rustplus', 'rustplus.api', 'rustplus.api.icons', 'rustplus.exceptions', 'rustplus.utils', 'rustplus.api.structures'],
license='MIT',
Expand Down

0 comments on commit da6eec5

Please sign in to comment.