Skip to content

Commit

Permalink
更新bot summary信息
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Mar 29, 2023
1 parent 63b6355 commit 2350298
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions OlivaDiceCore/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@
bot_version_short_header = 'OlivaDice/%s' % str(OlivaDiceCore_ver)

bot_summary = bot_info_basic + '\n'
bot_summary += 'Python ' + str(sys.version) + '\n'
bot_summary += str(platform.machine()) + '\n'
bot_summary += str(platform.processor()) + '\n'
bot_summary += str(os.name) + ':' + str(platform.platform())
bot_summary += '%s %s\n' % (str(platform.python_implementation()), str(sys.version))
bot_summary += '%s : %s : %s\n' % (str(os.name), ' '.join(platform.architecture()), str(platform.platform()))
bot_summary += '%s - %s' % (str(platform.machine()), str(platform.processor()))

bot_content = {
'masterKey': str(uuid.uuid4())
Expand Down

0 comments on commit 2350298

Please sign in to comment.